Show
Ignore:
Timestamp:
08/09/05 21:14:53 (7 years ago)
Author:
alexx
Message:

* fix #16 (add include of country list)
* fux bug in owned communities ("New Topic/event" not displayed)
* fix sample db data
* change strstr to strpos in includes/functions.inc.php (strpos is faster)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/inc/communities/view.inc.php

    r1 r14  
    121121                } 
    122122        else 
     123        { 
     124                $smarty->assign('is_member', 1); 
    123125                $leftmenu["/communities/edit/".$token[2]] = 'Edit';      
     126        } 
    124127 
    125128