]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bustage fix for Bug 545299. rs=mkanat over IRC
authorJustin Wood <Callek@gmail.com>
Fri, 5 Mar 2010 01:11:18 +0000 (20:11 -0500)
committerJustin Wood <Callek@gmail.com>
Fri, 5 Mar 2010 01:11:18 +0000 (20:11 -0500)
Bugzilla/WebService.pm

index 3db28142e9dbfed14ee4555e74aff4541503d4a3..bb77540cb9c983c4749a6d94a00230e084798b75 100644 (file)
@@ -22,7 +22,7 @@ use strict;
 use Date::Parse;
 use XMLRPC::Lite;
 use Bugzilla::Util qw(datetime_from);
-use Scalar::Util qw(blessed)
+use Scalar::Util qw(blessed);
 
 # Used by the JSON-RPC server to convert incoming date fields apprpriately.
 use constant DATE_FIELDS => {};