mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 18:08:21 +01:00
grr fix typo, thanks to Travis
This commit is contained in:
parent
a091718807
commit
1bae5f991f
@ -360,7 +360,7 @@ class Backup
|
|||||||
// so switching strict-mode off temporary for the restore (we dont create these!)
|
// so switching strict-mode off temporary for the restore (we dont create these!)
|
||||||
if (substr($this->db->Type,0,5) == 'mysql')
|
if (substr($this->db->Type,0,5) == 'mysql')
|
||||||
{
|
{
|
||||||
$this->query("SET SESSION sql_mode=(SELECT REPLACE(REPLACE(@@sql_mode,'STRICT_ALL_TABLES',''),'STRICT_TRANS_TABLES',''))", __LINE__, __FILE__);
|
$this->db->query("SET SESSION sql_mode=(SELECT REPLACE(REPLACE(@@sql_mode,'STRICT_ALL_TABLES',''),'STRICT_TRANS_TABLES',''))", __LINE__, __FILE__);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user