]> git.mjollnir.org Git - moodle.git/commitdiff
fixed warning
authorskodak <skodak>
Tue, 7 Mar 2006 20:40:21 +0000 (20:40 +0000)
committerskodak <skodak>
Tue, 7 Mar 2006 20:40:21 +0000 (20:40 +0000)
admin/creators.php

index 720c5599ea47f868a5d67d78065713b498daeaca..13f4ab337953733dc031d615d5ccf1bea3df64b1 100755 (executable)
@@ -70,7 +70,7 @@
     }
 
 /// Is there a current search?
-    $previoussearch = (!empty($frm->search) or ($frm->previoussearch == 1)) ;
+    $previoussearch = (!empty($frm->search) or (isset($frm->previoussearch) && $frm->previoussearch == 1)) ;
 
 
 /// Get all existing creators