ICQ removed
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / smarty / node_methodz / function.get_user_email_icq_www.php
index 886626d53e739554fb4ff91276d946b42265d576..dbaf04c9f40ecc8c15261334fc739ee149303c69 100644 (file)
@@ -2,14 +2,16 @@
 function smarty_function_get_user_email_icq_www($params,&$smarty) {
     $user_id = $params['user_id'];
     global $db;
-    $q="select users.email,icq,www from users where users.user_id=$user_id";
+//    $q="select users.email,icq,www from users where users.user_id=$user_id";
+    $q="select email from users where user_id=$user_id";
+
     $set=$db->query($q);
     $set->next();
     $email=$set->getString('email');
-    $icq=$set->getString('icq');
-    $www=$set->getString('www');
+//    $icq=$set->getString('icq');
+//    $www=$set->getString('www');
     $smarty->assign('get_user_email',$email);
-    $smarty->assign('get_user_icq',$icq);
-    $smarty->assign('get_user_www',$www);
+//    $smarty->assign('get_user_icq',$icq);
+//    $smarty->assign('get_user_www',$www);
 }
-?>
\ No newline at end of file
+?>
This page took 0.165937 seconds and 4 git commands to generate.