X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Fsmarty%2Fnode_methodz%2Ffunction.get_k_neurons.php;h=c188c6ea7f8d70fe81109d8ae670e8f8b9480452;hb=78f1a5f44941de2459b71c375e36cf88227c689c;hp=3711415b4eb348a5273d961fa43ed1571ec637cc;hpb=b7445c84b510c811e8ec6cec894b97ffbefeec5e;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/inc/smarty/node_methodz/function.get_k_neurons.php b/wwwroot/inc/smarty/node_methodz/function.get_k_neurons.php index 3711415..c188c6e 100644 --- a/wwwroot/inc/smarty/node_methodz/function.get_k_neurons.php +++ b/wwwroot/inc/smarty/node_methodz/function.get_k_neurons.php @@ -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;}