Ignore:
Timestamp:
Aug 2, 2012, 8:14:36 PM (12 years ago)
Author:
mistic100
Message:

warnings on some pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserCollections/include/events.inc.php

    r17178 r17320  
    1616  global $tokens, $page, $conf;
    1717 
    18   define('USER_COLLEC_PUBLIC',     make_index_url(array('section' => 'collections')) . '/');
     18  define('USER_COLLEC_PUBLIC', make_index_url(array('section' => 'collections')) . '/');
    1919
    2020  if ($tokens[0] == 'collections')
     
    204204  $max = 6;
    205205 
     206  if (!defined('USER_COLLEC_PUBLIC')) define('USER_COLLEC_PUBLIC', make_index_url(array('section' => 'collections')) . '/');
     207 
    206208  global $template, $conf, $user, $UserCollection;
    207209  $menu = &$menu_ref_arr[0];
Note: See TracChangeset for help on using the changeset viewer.