Changeset 27183 for extensions/physical2virtual
- Timestamp:
- Feb 4, 2014, 9:07:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/physical2virtual/main.inc.php
r27182 r27183 33 33 function find_or_create_virtual_category($category_name, $parent_id=null, $options=array()) 34 34 { 35 // process empty album name 36 if (preg_match('/^\s*$/', $category_name)) 37 { 38 $category_name = '_'; 39 } 40 35 41 if (!is_null($parent_id)) 36 42 {
Note: See TracChangeset
for help on using the changeset viewer.