mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 08:14:46 +02:00
Header and minor code cleanup (#125)
This commit is contained in:
@@ -8,9 +8,6 @@
|
||||
*
|
||||
* Search Administration
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
require_once('../class2.php');
|
||||
@@ -194,9 +191,6 @@ if (isset($_POST['update_prefs']))
|
||||
}
|
||||
}
|
||||
|
||||
require_once(e_HANDLER."form_handler.php");
|
||||
$rs = new form; //FIXME
|
||||
|
||||
$handlers_total = count($search_prefs['core_handlers']) + count($search_prefs['plug_handlers']);
|
||||
|
||||
if ($query[0] == 'settings')
|
||||
|
Reference in New Issue
Block a user