Removing duplicates
[mirrors/Kyberia-bloodline.git] / inc / eventz / set_listing_amount.inc
diff --git a/inc/eventz/set_listing_amount.inc b/inc/eventz/set_listing_amount.inc
deleted file mode 100644 (file)
index 4d3c1cd..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-
-function set_listing_amount() {
-       global $db,$error;
-       $listing_amount=$_POST['listing_amount'];
-       $user_id=$_SESSION['user_id'];
-       if (!$user_id) {
-               return false;
-       }
-
-       $db->query("update users set listing_amount='$listing_amount' where user_id='$user_id'");
-       $_SESSION['listing_amount']=$listing_amount;
-}
-
-?>
This page took 0.112757 seconds and 4 git commands to generate.