mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
"fixed date-type problem in restore reported on the german list"
This commit is contained in:
parent
c452b9f1c1
commit
c4a17cf53f
@ -302,7 +302,7 @@
|
||||
}
|
||||
$arr[$key] = str_replace(BACKSLASH_TOKEN,'\\',str_replace(array('\\\\','\\n','\\r','\\"'),array(BACKSLASH_TOKEN,"\n","\r",'"'),substr($field,1,-1)));
|
||||
}
|
||||
elseif ($keys && (strlen($field) > 64 || !is_numeric($field) && $field != 'NULL'))
|
||||
elseif ($keys && strlen($field) > 24)
|
||||
{
|
||||
$arr[$key] = base64_decode($field);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user