X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;ds=sidebyside;f=wwwroot%2Finc%2Feventz%2Ftesting_cron.inc;fp=wwwroot%2Finc%2Feventz%2Ftesting_cron.inc;h=b03381dd6133b15487cfda592b981e9d5cf87a69;hb=51ff32267c4949bad6a8dddc502cbc01ed56edc8;hp=0000000000000000000000000000000000000000;hpb=dcee763368a1e3f380d07320a5254d91a09304e6;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/inc/eventz/testing_cron.inc b/wwwroot/inc/eventz/testing_cron.inc new file mode 100644 index 0000000..b03381d --- /dev/null +++ b/wwwroot/inc/eventz/testing_cron.inc @@ -0,0 +1,19 @@ +query($q); + while ($set->next()) { + $node_id = $set->getString('node_id'); + $node_vector = $set->getString('node_vector'); + $node_parent = $set->getString('node_parent'); + echo $node_id . "
" . $node_vector . "
" . $node_parent . "
"; + $q = "update nodes set node_vector = '0$node_parent"."0$node_id' where node_id = $node_id"; + echo $q. "

"; + $db->update($q); + } + return false; +} +?> \ No newline at end of file