Fix bug introduced with var_dump
This commit is contained in:
parent
560b4541cd
commit
1660c1c05b
@ -407,7 +407,7 @@ class DoliDBMssql extends DoliDB
|
|||||||
{
|
{
|
||||||
//var_dump($query);
|
//var_dump($query);
|
||||||
//var_dump($matches);
|
//var_dump($matches);
|
||||||
if (stripos($query,'llx_c_departements') !== false) var_dump($query);
|
//if (stripos($query,'llx_c_departements') !== false) var_dump($query);
|
||||||
$sql='SET IDENTITY_INSERT ['.trim($matches[1]).'] ON;';
|
$sql='SET IDENTITY_INSERT ['.trim($matches[1]).'] ON;';
|
||||||
@mssql_query($sql, $this->db);
|
@mssql_query($sql, $this->db);
|
||||||
$post_query='SET IDENTITY_INSERT ['.trim($matches[1]).'] OFF;';
|
$post_query='SET IDENTITY_INSERT ['.trim($matches[1]).'] OFF;';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user