thomascube
2009-10-15 f18ae44790fdd814bed9d6a94c9778cf82d6a2f5
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; 
   }