Changeset 6425 for extensions/event_cats
- Timestamp:
- May 30, 2010, 8:22:13 PM (14 years ago)
- Location:
- extensions/event_cats
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/event_cats/CHANGELOG.txt
r6269 r6425 1 2010-01-04 1.2.3 2 Re-fix bug 1432 3 1 4 2010-01-04 1.2.2 2 5 Compatibility with Piwigo 2.1 -
extensions/event_cats/main.inc.php
r6269 r6425 44 44 define( // ------------------------------------------------------------------- 45 45 'EVNTCATS_INFO_VERSION', // VERSION HISTORY : 46 '1.2. 2' // Corrections for Piwigo 2.1 compatibility46 '1.2.3' // Re-fix bug 1432 :-/ ... 47 47 // '2.1.0' // When done, will simplfy and allow EC management from categories 48 48 // management pages in admin pages... yes yes... 49 // '1.2.2' // Corrections for Piwigo 2.1 compatibility 49 50 // '1.2.1' // Improve EN translation thanks to Tosca 50 51 // '1.2.0' // Add feature 1335, Possibility to display the 'Connection' … … 101 102 function ec_popup_help_content($popup_help_content, $page) { 102 103 return ( 103 $help_content = (is_admin() and $page = 'help') ?104 $help_content = (is_admin() and $page == 'help') ? 104 105 load_language($page.'.html', EVNTCATS_PATH, array('return' => true)) : false 105 106 ) ? $popup_help_content.$help_content : $popup_help_content;
Note: See TracChangeset
for help on using the changeset viewer.