]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
The last patch was missing a "use Scalar::Util".
authormkanat%bugzilla.org <>
Tue, 28 Oct 2008 06:31:02 +0000 (06:31 +0000)
committermkanat%bugzilla.org <>
Tue, 28 Oct 2008 06:31:02 +0000 (06:31 +0000)
Bugzilla/DB/Mysql.pm

index c01fc2a270a490bfaac1a7b8e9cb79e85a87d51b..81b5d232bf981f9e50e8fd7235de01794b056640 100644 (file)
@@ -48,6 +48,8 @@ use Bugzilla::Util;
 use Bugzilla::Error;
 use Bugzilla::DB::Schema::Mysql;
 
+use Scalar::Util qw(max);
+
 # This is how many comments of MAX_COMMENT_LENGTH we expect on a single bug.
 # In reality, you could have a LOT more comments than this, because 
 # MAX_COMMENT_LENGTH is big.