Changeset 6425 for extensions/event_cats


Ignore:
Timestamp:
May 30, 2010, 8:22:13 PM (14 years ago)
Author:
LucMorizur
Message:

Re-fix bug 1432

Location:
extensions/event_cats
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/event_cats/CHANGELOG.txt

    r6269 r6425  
     12010-01-04 1.2.3
     2                  Re-fix bug 1432
     3
    142010-01-04 1.2.2
    25                  Compatibility with Piwigo 2.1
  • extensions/event_cats/main.inc.php

    r6269 r6425  
    4444define( // -------------------------------------------------------------------
    4545  'EVNTCATS_INFO_VERSION', // VERSION HISTORY :
    46    '1.2.2' // Corrections for Piwigo 2.1 compatibility
     46   '1.2.3' // Re-fix bug 1432 :-/ ...
    4747// '2.1.0' // When done, will simplfy and allow EC management from categories
    4848//            management pages in admin pages... yes yes...
     49// '1.2.2' // Corrections for Piwigo 2.1 compatibility
    4950// '1.2.1' // Improve EN translation thanks to Tosca
    5051// '1.2.0' // Add feature 1335, Possibility to display the 'Connection'
     
    101102function ec_popup_help_content($popup_help_content, $page) {
    102103  return (
    103    $help_content = (is_admin() and $page = 'help') ?
     104   $help_content = (is_admin() and $page == 'help') ?
    104105    load_language($page.'.html', EVNTCATS_PATH, array('return' => true)) : false
    105106  ) ? $popup_help_content.$help_content : $popup_help_content;
Note: See TracChangeset for help on using the changeset viewer.