mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 03:19:56 +01:00
fixed date-type problem in restore reported on the german list
This commit is contained in:
parent
bd1a7729c5
commit
b8afdbe56b
@ -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