added get_synapse_weight function
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / smarty / node_methodz / function.get_k_neurons.php
index 3711415b4eb348a5273d961fa43ed1571ec637cc..c188c6ea7f8d70fe81109d8ae670e8f8b9480452 100644 (file)
@@ -2,7 +2,7 @@
 
 function smarty_function_get_k_neurons($params,&$smarty) {
 
-       global $db,$node;
+       global $db;
        if (isset($params['offset']) && (is_numeric($params['offset']))) {
                $offset=$params['offset'];
        } else {$offset=20;} 
This page took 0.097012 seconds and 4 git commands to generate.