mino code cleanup, moved rss to trash (to rewrite)
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / transaction.inc
CommitLineData
51ff3226 1<?php
5e60ef4b 2/* //IMHO Completely broken. ~harvie
51ff3226 3$hoe_name=Addslashes("transaction_".$transaction."_hoe");
4
5$db->query("select * from nodes where node_name='$hoe_name'
6
7$status=$transaction();
8
9if ($status>1) {
10 Header("Location: /id/".$status."/");
11}
12
13elseif ($status) {
14 Header("Location: /id/".$node['node_id']."/");
15}
b3399798 16*/
This page took 0.225719 seconds and 4 git commands to generate.