warnings fix
[mirrors/Kyberia-bloodline.git] / wwwroot / backend / mysql / backend.inc
index 0f66b8d55d6536372660be14ea59904788e63080..bd765afeb26b58f1d8a4409df126c954d3c0b32b 100644 (file)
@@ -541,7 +541,7 @@ public static function logout() {
 
 // getNodesByType
 
-//
+// XXX
 // Secure
 // returns xxx
  
@@ -576,10 +576,11 @@ public static function getNodesByType($vector,$user_id,$type,$orderby,$offset,$l
 
 // getLinkedNodes
 
-// 
+// XXX
+// Secure
 // returns XXX
 
-function getLinkedNodes($node_id,$orderby,$offset,$listing_amount) {
+public static function getLinkedNodes($node_id,$orderby,$offset,$listing_amount) {
        global $db;
 
        if ((!is_numeric($node_id))
This page took 0.125144 seconds and 4 git commands to generate.