Changeset 15 for trunk/inc/my/profile/personal/edit.inc.php
- Timestamp:
- 08/09/05 22:30:14 (7 years ago)
- Files:
-
- 1 modified
-
trunk/inc/my/profile/personal/edit.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/my/profile/personal/edit.inc.php
r1 r15 23 23 ******************** http://opensource.ikse.net/projects/dotnode ***/ 24 24 25 $ smarty->assign('Title', "Edit personal profile");25 $_SMARTY['Title'] = "Edit personal profile"; 26 26 27 27 $my['personal'] =& $db->getRow('SELECT headline ,notice ,size , eye ,hair ,body_art ,best_feature ,things_i_cant_live_without ,ideal_match FROM user_personal WHERE id=?', array($_SESSION['my_id'])); … … 31 31 error_log($_SERVER['HTTP_HOST'].' | Erreyr SQL dans '.__FILE__.': '.$user_personal->getMessage()); 32 32 33 $ smarty->assign('my', $my);33 $_SMARTY['my'] = $my; 34 34 35 35 ?>
