Browse Source

Minor - Removed error_log in document::parse_HTML_attributes()

Yannick Warnier 12 years ago
parent
commit
0b70765a83
1 changed files with 1 additions and 1 deletions
  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;
     }