small events cleanup
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / eventz / bookstyl.inc
index e9b3456c96eb9fbe428d964b9628e2236ea7fa44..6398b8723367e99b9a663afb0565e3bca927d817 100644 (file)
@@ -3,7 +3,7 @@
        global $error,$node,$db;
 
        $user_id = $_SESSION['user_id'];
-       $bookstyl = $_POST['bookstyl'];
+       $bookstyl = $_POST['bookstyl']; //XXX sqli
 
        $set=$db->query("select * from nodes where node_parent=19 and external_link='session://bookstyl' and node_creator='$user_id'");
        if($set->getNumRows() == 0) {
@@ -27,4 +27,4 @@
        $_SESSION['bookstyl']= $bookstyl;
 
 }
-?>
\ No newline at end of file
+?>
This page took 0.209886 seconds and 4 git commands to generate.