Ver Fonte

Minor - Removed error_log in document::parse_HTML_attributes()

Yannick Warnier há 12 anos atrás
pai
commit
0b70765a83
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
     }