Update von 19 auf 20
Verfasst: 27.04.2006 12:16
Hallo,
das versteh ich nicht ganz, was muss ich hier machen?
Manuelles Update!
admin/admin_db_utilities.php
Gruß
michi-w.
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.