### Eclipse Workspace Patch 1.0
#P 19stable
Index: lib/uploadlib.php
===================================================================
RCS file: /cvsroot/moodle/moodle/lib/uploadlib.php,v
retrieving revision 1.25.4.3
diff -u -r1.25.4.3 uploadlib.php
--- lib/uploadlib.php	14 Jul 2008 02:37:24 -0000	1.25.4.3
+++ lib/uploadlib.php	28 Dec 2009 06:35:06 -0000
@@ -537,6 +537,7 @@
 function clam_handle_infected_file($file, $userid=0, $basiconly=false) {
     
     global $CFG, $USER;
+    $notice = ''; //initialize $notice to avoid PHP notice
     if ($USER && !$userid) {
         $userid = $USER->id;
     }
