Changeset 3206:bcf11daf3abb for inc/admin
- Timestamp:
- 03/03/16 10:45:18 (10 years ago)
- Branch:
- 2.9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.admincombos.php
r3082 r3206 37 37 while ($categories->fetch()) { 38 38 $categories_combo[] = new formSelectOption ( 39 str_repeat(' ',($categories->level-1)*4). 39 40 html::escapeHTML($categories->cat_title).' ('.$categories->nb_post.')', 40 41 ($use_url ? $categories->cat_url : $categories->cat_id),
Note: See TracChangeset
for help on using the changeset viewer.