das versteh ich nicht ganz, was muss ich hier machen?
Manuelles Update!
admin/admin_db_utilities.php
Code: Alles auswählen
#
#-----[ FIND ]---------------------------------------------
# Line 514
$strEmpty = "";
$strVal = addslashes($strVal);
}
elseif (eregi("date|timestamp", $aryType[$i]))
{
#
#-----[ FIND ]---------------------------------------------
# Line 519
if ($empty($strVal))
#
#-----[ REPLACE WITH ]---------------------------------------------
#
if (empty($strVal))
michi-w.