Show
Ignore:
Timestamp:
07/28/2012 07:48:38 PM (10 months ago)
Author:
moo
Message:

remove useless trace code

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/common/common.php

    r1069 r1070  
    8282function xcache_validateFileName($name) 
    8383{ 
    84     if (!preg_match('!^[a-zA-Z0-9._-]+$!', $name)) { 
    85         var_dump($name); 
    86     } 
    8784    return preg_match('!^[a-zA-Z0-9._-]+$!', $name); 
    8885}