Changeset 3105:5411dc9bea4a for admin/posts.php
- Timestamp:
- 09/29/15 17:22:58 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/posts.php
r3033 r3105 47 47 { 48 48 # Filter form we'll put in html_block 49 $users_combo = dcAdminCombos::getUsersCombo($users); 50 dcUtils::lexicalKeySort($users_combo); 49 51 $users_combo = array_merge( 50 52 array('-' => ''), 51 dcAdminCombos::getUsersCombo($users)53 $users_combo 52 54 ); 53 55
Note: See TracChangeset
for help on using the changeset viewer.