get_linked_nodes moved to backend
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / smarty / node_methodz / function.get_moods.php
index 006f85f29e0cb14d6ddfeca77adee594799cb26a..5d35ea045e4897ead0c495f73a4c4cf2c0b81427 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 function smarty_function_get_moods($params,&$smarty) {
        global $db;
-error_reporting(1);
        $user_id = $params['user_id'];
        $set = $db->query(sprintf('select moods from users where user_id = %d', $user_id));
        $set->next();
@@ -38,4 +37,4 @@ error_reporting(1);
        $smarty->assign('get_moods_string',$moods_string);
        $smarty->assign('get_moods_mood',$mood);
 }
-?>
\ No newline at end of file
+?>
This page took 0.105017 seconds and 4 git commands to generate.