Forráskód Böngészése

Minor - Removed error_log in document::parse_HTML_attributes()

Yannick Warnier 12 éve
szülő
commit
0b70765a83
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      main/inc/lib/document.lib.php

+ 1 - 1
main/inc/lib/document.lib.php

@@ -1896,7 +1896,7 @@ class DocumentManager {
                 }
             }
         } else {
-            error_log('preg_match did not find anything', 0);
+            //error_log('preg_match did not find anything', 0);
         }
         return $attributes;
     }