fixed notice and corrected the use of new s() and p()

This commit is contained in:
skodak
2006-04-26 21:25:50 +00:00
parent 3f73372fe5
commit eac8ac87c7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -77,7 +77,7 @@
}
/// Is there a current search?
$previoussearch = (!empty($frm->search) or ($frm->previoussearch == 1)) ;
$previoussearch = (!empty($frm->search) or (isset($frm->previoussearch) and $frm->previoussearch == 1)) ;
/// Get all existing admins
$admins = get_admins();