X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Fsmarty%2Fnode_methodz%2Ffunction.get_k_neurons.php;h=c188c6ea7f8d70fe81109d8ae670e8f8b9480452;hb=186fa4a9024e7751d47272b7e01347479e1cfe25;hp=3711415b4eb348a5273d961fa43ed1571ec637cc;hpb=ccb9c667e7fdb56dfc2aa3c800328511a26dffb8;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;}