mirror of
https://github.com/e107inc/e107.git
synced 2025-09-02 10:53:29 +02:00
Remove some references to deprecated functions/methods.
This commit is contained in:
@@ -32,6 +32,7 @@ if(isset($_POST['updatesettings']))
|
||||
$pref['nfp_posts'] = intval(vartrue($_POST['nfp_posts']));
|
||||
$pref['nfp_layer_height'] = intval(($_POST['nfp_layer_height'] ? $_POST['nfp_layer_height'] : 200));
|
||||
save_prefs();
|
||||
|
||||
}
|
||||
|
||||
$ns->tablerender($caption, $mes->render() . $text);
|
||||
|
Reference in New Issue
Block a user