Update of /cvsroot/phpslash/phpslash-ft/class
In directory usw-pr-cvs1:/tmp/cvs-serv18290/phpslash-ft/class
Modified Files:
Block_i.class
Log Message:
[ #520556 ] better filemask for block_types
Index: Block_i.class
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/class/Block_i.class,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Block_i.class 3 Feb 2002 02:49:39 -0000 1.14
--- Block_i.class 21 Feb 2002 18:08:36 -0000 1.15
***************
*** 416,422 ****
$each = $this->psl['classdir'] . "/" . $eachfile;
if( (is_file($each)) AND
- ( $each != ".") AND
- ( $each != "..") AND
- ( $each != "CVS") AND
( preg_match('/Block_render_/i', $each)) ) {
--- 416,419 ----
|