Qual: Remove code to fix dynamically bad code.

This commit is contained in:
Laurent Destailleur 2014-03-15 22:30:40 +01:00
parent 739f80b46e
commit 104f2873da

View File

@ -541,7 +541,7 @@ class DoliDBPgsql extends DoliDB
//print "After convertSQLFromMysql:\n".$query."<br>\n"; //print "After convertSQLFromMysql:\n".$query."<br>\n";
// Fix bad formed requests. If request contains a date without quotes, we fix this but this should not occurs. // Fix bad formed requests. If request contains a date without quotes, we fix this but this should not occurs.
$loop=true; /* $loop=true;
while ($loop) while ($loop)
{ {
if (preg_match('/([^\'])([0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9] [0-9][0-9]:[0-9][0-9]:[0-9][0-9])/',$query)) if (preg_match('/([^\'])([0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9] [0-9][0-9]:[0-9][0-9]:[0-9][0-9])/',$query))
@ -551,7 +551,7 @@ class DoliDBPgsql extends DoliDB
} }
else $loop=false; else $loop=false;
} }
*/
if ($usesavepoint && $this->transaction_opened) if ($usesavepoint && $this->transaction_opened)
{ {
@pg_query($this->db, 'SAVEPOINT mysavepoint'); @pg_query($this->db, 'SAVEPOINT mysavepoint');