Quote Originally Posted by countrycharm View Post
Well if I leave it like this I can not log on to admin. Without the code in the red I can log on. Something is not quite right.
if ($text == '~*~*#' && (isset($GLOBALS[$name]) && is_string($GLOBALS[$name])) && ($reinsert_value == true) ) {
$field .= stripslashes($GLOBALS[$name]);
$field = str_replace('>', '>', $field);
} elseif ($text != '~*~*#' && zen_not_null($text)) {
$field = str_replace('>', '>', $field);
$field .= $text;
}
That doesn't make any sense at all, since that code is in the draw_textarea function ... and the admin login doesn't use any textarea fields.

How has your admin been altered vs a fresh uncustomized install?