Merge branch '7.0' of git@github.com:Dolibarr/dolibarr.git into 8.0
This commit is contained in:
commit
41e20a9d4f
@ -251,7 +251,7 @@ class DolibarrApi
|
|||||||
//$tmp=preg_replace_all('/'.$regexstring.'/', '', $sqlfilters);
|
//$tmp=preg_replace_all('/'.$regexstring.'/', '', $sqlfilters);
|
||||||
$tmp=$sqlfilters;
|
$tmp=$sqlfilters;
|
||||||
$ok=0;
|
$ok=0;
|
||||||
$i=0; $nb=count($tmp);
|
$i=0; $nb=strlen($tmp);
|
||||||
$counter=0;
|
$counter=0;
|
||||||
while ($i < $nb)
|
while ($i < $nb)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user