Changeset 1596:c08a43972c4e
- Timestamp:
- 08/27/13 09:57:49 (12 years ago)
- Branch:
- default
- File:
- 
          - 1 edited
 
 - 
          admin/posts.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        admin/posts.phpr1553 r1596 61 61 } 62 62 63 $categories_combo[__(' None')] = 'NULL';63 $categories_combo[__('(No cat)')] = 'NULL'; 64 64 while ($categories->fetch()) { 65 65 $categories_combo[str_repeat('  ',$categories->level-1).($categories->level-1 == 0 ? '' : '• '). 
Note: See TracChangeset
          for help on using the changeset viewer.
      