psql db schema test
[mirrors/Kyberia-bloodline.git] / inc / smarty / node_methodz / function.get_user_email_icq_www.php
diff --git a/inc/smarty/node_methodz/function.get_user_email_icq_www.php b/inc/smarty/node_methodz/function.get_user_email_icq_www.php
deleted file mode 100644 (file)
index 886626d..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-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";
-    $set=$db->query($q);
-    $set->next();
-    $email=$set->getString('email');
-    $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);
-}
-?>
\ No newline at end of file
This page took 0.101461 seconds and 4 git commands to generate.