mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-28 06:57:22 +08:00
usercp page deprecated error
This commit is contained in:
+1
-1
@@ -255,7 +255,7 @@ tr($lang_usercp['row_school'], "<select name=school>$schools</select>", 1);
|
|||||||
unset($notifs['email']);
|
unset($notifs['email']);
|
||||||
}
|
}
|
||||||
|
|
||||||
function browsecheck($dbtable = "categories", $cbname = "cat", array &$result){
|
function browsecheck($dbtable, $cbname, array &$result){
|
||||||
global $_POST;
|
global $_POST;
|
||||||
$r = sql_query("SELECT id FROM ".$dbtable) or sqlerr();
|
$r = sql_query("SELECT id FROM ".$dbtable) or sqlerr();
|
||||||
$rows = mysql_num_rows($r);
|
$rows = mysql_num_rows($r);
|
||||||
|
|||||||
Reference in New Issue
Block a user