Show
Ignore:
Timestamp:
08/09/05 22:30:14 (7 years ago)
Author:
alexx
Message:
  • fix last bug in communities (see [14])
  • execute a "conversion smarty style" script ;) : for i in find . -type f | grep "\.php$" | grep -v "\.svn"; do perl -pi -e "s/\\\$smarty->assign\((.*),(.*)\);/\\\$_SMARTY\[\$1\] = \$2;/" $i; done
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/inc/friends/join.inc.php

    r1 r15  
    2323 ******************** http://opensource.ikse.net/projects/dotnode ***/ 
    2424 
    25 $smarty->assign('Title', 'Invite your friends'); 
     25$_SMARTY['Title'] =  'Invite your friends'; 
    2626$user['info'] = get_cache_user_info($url_id); 
    2727 
     
    3333} 
    3434 
    35 $smarty->assign('user', $user); 
    36 $smarty->assign('invitations', $invitations); 
     35$_SMARTY['user'] =  $user; 
     36$_SMARTY['invitations'] =  $invitations; 
    3737 
    3838