forked from extern/egroupware
fixed encoding of blob columns for all DB's
This commit is contained in:
parent
0cbb4fdb71
commit
1e9fbcc070
@ -964,9 +964,8 @@
|
||||
return "'" . $this->Link_ID->BlobEncode($value) . "'";
|
||||
case 'I':
|
||||
return $this->Link_ID->BlobEncode($value);
|
||||
default:
|
||||
break; // handled like strings
|
||||
}
|
||||
break; // handled like strings
|
||||
case 'date':
|
||||
return $this->Link_ID->DBDate($value);
|
||||
case 'timestamp':
|
||||
|
Loading…
Reference in New Issue
Block a user