Changeset 27438 for extensions/see_photos_by_user
- Timestamp:
- Feb 20, 2014, 8:47:16 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/see_photos_by_user/maintain.inc.php
r27428 r27438 17 17 conf_update_param('see_photos_by_user_order', 'username ASC'); 18 18 } 19 if (!isset($conf['see_photos_by_user_ order']))19 if (!isset($conf['see_photos_by_user_show'])) 20 20 { 21 21 conf_update_param('see_photos_by_user_show', '1'); … … 32 32 conf_delete_param('see_photos_by_user_limit'); 33 33 conf_delete_param('see_photos_by_user_order'); 34 conf_delete_param('see_photos_by_user_show'); 34 35 } 35 36
Note: See TracChangeset
for help on using the changeset viewer.