Passed
Branch develop (92bdcd)
by Laurent
32:39
created
htdocs/core/filemanagerdol/connectors/php/io.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -374,7 +374,7 @@
 block discarded – undo
374 374
 	echo <<<EOF
375 375
 <script type="text/javascript">
376 376
 (function(){var d=document.domain;while (true){try{var A=window.parent.document.domain;break;}catch(e) {};d=d.replace(/.*?(?:\.|$)/,'');if (d.length==0) break;try{document.domain=d;}catch (e){break;}}})();
377
-EOF;
377
+eof;
378 378
 
379 379
 	if ($errorNumber && $errorNumber != 201) {
380 380
 		$fileUrl = "";
Please login to merge, or discard this patch.
htdocs/product/fournisseurs.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -687,7 +687,7 @@
 block discarded – undo
687 687
             });
688 688
         });
689 689
     </script>
690
-SCRIPT;
690
+script;
691 691
                 } else {
692 692
                     // Price qty min
693 693
                     print '<tr><td class="fieldrequired">'.$langs->trans("PriceQtyMin").'</td>';
Please login to merge, or discard this patch.
htdocs/core/db/sqlite3.class.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1273,7 +1273,7 @@
 block discarded – undo
1273 1273
 
1274 1274
         // TODO prendre en compte le filtre
1275 1275
         foreach ($pragmas as $var) {
1276
-            $sql = "PRAGMA $var";
1276
+            $sql = "pragma $var";
1277 1277
             $resql = $this->query($sql);
1278 1278
             if ($resql)
1279 1279
             {
Please login to merge, or discard this patch.