alecpl
2009-05-04 23a2eec4d540b5f971ed6377e7ad776456ee0633
bin/quotaimg.php
@@ -102,7 +102,7 @@
    ***********************************/
   // @todo: Set to "??" instead?
   if (ereg("^[^0-9?]*$", $used) || ereg("^[^0-9?]*$", $total)) {
   if (preg_match('/^[^0-9?]*$/', $used) || preg_match('/^[^0-9?]*$/', $total)) {
      return false; 
   }