Changeset 15 for trunk/inc/friends/karma.inc.php
- Timestamp:
- 08/09/05 22:30:14 (7 years ago)
- Files:
-
- 1 modified
-
trunk/inc/friends/karma.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/friends/karma.inc.php
r1 r15 23 23 ******************** http://opensource.ikse.net/projects/dotnode ***/ 24 24 25 $ smarty->assign('Title', 'Friends\'Karma');25 $_SMARTY['Title'] = 'Friends\'Karma'; 26 26 $relation_r = $db->query('SELECT id_friend , cool , fun , sexy , fan , `level`, `type` FROM relation WHERE id=?', array($_SESSION['my_id'])); 27 27 … … 45 45 46 46 47 $ smarty->assign('friends', $friends);47 $_SMARTY['friends'] = $friends; 48 48 ?>
