Changeset 26672 for extensions
- Timestamp:
- Jan 12, 2014, 10:59:00 PM (11 years ago)
- Location:
- extensions/event_cats
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/event_cats/CHANGELOG.txt
r21996 r26672 1 2013-04-02 1.2.8 2 Complies with Piwigo 2.6 3 1 4 2013-04-02 1.2.7 2 5 Complies with Piwigo 2.5 -
extensions/event_cats/include/evntcats_admin_funcs.inc.php
r21996 r26672 101 101 102 102 // User creation, as generic 103 $ec_user_id = false; 104 $page['errors'] = register_user( 105 $_POST['login'], $_POST['password'], '', false 103 $ec_user_id = register_user( 104 $_POST['login'], $_POST['password'], '', false, $page['errors'], false 106 105 ); 107 106 if ( -
extensions/event_cats/include/evntcats_main_funcs.inc.php
r21996 r26672 236 236 FROM `".CATEGORIES_TABLE."` 237 237 ", $c, 'category_options', $dsp); 238 $ec_lists['categories'] = $template-> smarty->_tpl_vars['category_options'];238 $ec_lists['categories'] = $template->get_template_vars('category_options'); 239 239 } 240 240 -
extensions/event_cats/main.inc.php
r21996 r26672 44 44 define( // ------------------------------------------------------------------- 45 45 'EVNTCATS_INFO_VERSION', // VERSION HISTORY : 46 '1.2.7' // Complies with Piwigo 2.5 46 '1.2.8' // Complies with Piwigo 2.6 47 // '1.2.7' // Complies with Piwigo 2.5 47 48 // '1.2.6' // Fix bug 2267 « "Test" link in "autolog entries" admin page 48 49 // doesn't work », and small improvements
Note: See TracChangeset
for help on using the changeset viewer.