Changeset 19322
- Timestamp:
- 2010/11/07 01:19:46 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-E/data/plugin/testPlugin1/TestPlugin1.php
r19321 r19322 7 7 function enable(String $classname){ 8 8 9 return preg_match('/shopping|payment|products/',$classname); 9 return preg_match('/shopping|payment|products/',$classname)? 10 preg_match($pattern, $subject) 11 : 12 ; 10 13 } 11 14
Note: See TracChangeset
for help on using the changeset viewer.