1
0
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:
Tijn Kuyper
2013-03-04 00:32:03 +01:00
parent 4cfb2a5c67
commit 4073d4988d
3 changed files with 16 additions and 34 deletions

View File

@@ -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')