Changeset 2339
- Timestamp:
- 06/09/10 08:31:56 (13 years ago)
- Location:
- plugins/muppet
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/muppet/_define.php
r2327 r2339 17 17 /* Description*/ "Create and manage entries with others post types", 18 18 /* Author */ "Osku and contributors", 19 /* Version */ '0.5. 2',19 /* Version */ '0.5.3', 20 20 /* Permissions */ 'usage' 21 21 ); -
plugins/muppet/index.php
r2327 r2339 64 64 } 65 65 66 if (!preg_match('/^\w+(\s*\w+)?$/',$name)) 66 //if (!preg_match('/^\w+(\s*\w+)?$/',$name)) 67 if (empty($name)) 67 68 { 68 69 $core->error->add(__('Name should be a nice word.'));
Note: See TracChangeset
for help on using the changeset viewer.