Changeset 24624
- Timestamp:
- Sep 25, 2013, 10:31:35 AM (11 years ago)
- Location:
- extensions/photo_update
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/photo_update/admin.php
r24623 r24624 52 52 // +-----------------------------------------------------------------------+ 53 53 54 load_language('plugin.lang', PHPWG_PLUGINS_PATH.basename(dirname(__FILE__)).'/');55 56 54 if (isset($_FILES['photo_update'])) 57 55 { -
extensions/photo_update/main.inc.php
r16982 r24624 17 17 function photo_update_add_tab($sheets, $id) 18 18 { 19 load_language('plugin.lang', PHPWG_PLUGINS_PATH.basename(dirname(__FILE__)).'/'); 20 19 21 if ($id == 'photo') 20 22 {
Note: See TracChangeset
for help on using the changeset viewer.