Head prefs scripts query failed

Please contact the administrator: ".$administratorsemail."

"); while ($prefsrow = mysql_fetch_array($prefsresult)) { $validate = StripSlashes(StripSlashes($prefsrow[validate])); } if ($validate=='t') { include(ADMIN_FOLDER_PATH."validator/HTMLValidator.class.php"); $v = new HTMLValidator(); $v->setFileExtension(".validate.html"); $v->setWorkDir(WEB_ROOT_PATH."admin/validator/"); $v->setWorkDirUrl($baseurl."/admin/validator/"); $v->execute(); } } // Check to see what header is required. if ($modifypage=="true") { include_once (ADMIN_FOLDER_PATH."include/accesscontrol.php"); // include_once (ADMIN_FOLDER_PATH."include/headeradmin.php"); } else { include_once (WEB_ROOT_PATH."templates/headermain.php"); } include_once(ADMIN_FOLDER_PATH."include/showandmodify.php"); include_once (WEB_ROOT_PATH."templates/footermain.php"); ?>