X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;ds=sidebyside;f=wwwroot%2Finc%2Fsmarty%2Fnode_methodz%2Ffunction.get_user_email_icq_www.php;fp=wwwroot%2Finc%2Fsmarty%2Fnode_methodz%2Ffunction.get_user_email_icq_www.php;h=886626d53e739554fb4ff91276d946b42265d576;hb=51ff32267c4949bad6a8dddc502cbc01ed56edc8;hp=0000000000000000000000000000000000000000;hpb=dcee763368a1e3f380d07320a5254d91a09304e6;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/inc/smarty/node_methodz/function.get_user_email_icq_www.php b/wwwroot/inc/smarty/node_methodz/function.get_user_email_icq_www.php new file mode 100644 index 0000000..886626d --- /dev/null +++ b/wwwroot/inc/smarty/node_methodz/function.get_user_email_icq_www.php @@ -0,0 +1,15 @@ +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