minor cleanup
[mirrors/Kyberia-bloodline.git] / trash / transaction.inc
diff --git a/trash/transaction.inc b/trash/transaction.inc
new file mode 100644 (file)
index 0000000..c738e4e
--- /dev/null
@@ -0,0 +1,16 @@
+<?php
+/* //IMHO Completely broken. ~harvie
+$hoe_name=Addslashes("transaction_".$transaction."_hoe");
+
+$db->query("select * from nodes where node_name='$hoe_name'
+
+$status=$transaction();
+
+if ($status>1) {
+       Header("Location: /id/".$status."/");
+}
+
+elseif ($status) {
+       Header("Location: /id/".$node['node_id']."/");
+}
+*/
\ No newline at end of file
This page took 0.088932 seconds and 4 git commands to generate.