Changeset 19322


Ignore:
Timestamp:
2010/11/07 01:19:46 (14 years ago)
Author:
miningbrownie
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/plugin/testPlugin1/TestPlugin1.php

    r19321 r19322  
    77    function enable(String $classname){ 
    88         
    9         return preg_match('/shopping|payment|products/',$classname); 
     9        return preg_match('/shopping|payment|products/',$classname)? 
     10          preg_match($pattern, $subject) 
     11        : 
     12        ; 
    1013    } 
    1114 
Note: See TracChangeset for help on using the changeset viewer.