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