X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Feventz%2Ftesting_cron.inc;fp=wwwroot%2Finc%2Feventz%2Ftesting_cron.inc;h=0000000000000000000000000000000000000000;hb=2bda541f45eca3abddb70ad9121b81742b53cb02;hp=b03381dd6133b15487cfda592b981e9d5cf87a69;hpb=78cc85116accdd5bf70ab6b195e7a0d420c74e37;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/inc/eventz/testing_cron.inc b/wwwroot/inc/eventz/testing_cron.inc deleted file mode 100644 index b03381d..0000000 --- a/wwwroot/inc/eventz/testing_cron.inc +++ /dev/null @@ -1,19 +0,0 @@ -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