X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=inc%2Feventz%2Fset_listing_amount.inc;h=4d3c1cdf25d8b0b3308509bb43f7f5ed98f8bb05;hb=HEAD;hp=20274a2b1cc41bf5cf4d7de7d266da7e53d72131;hpb=e586807dafc64c3fe152ab518599e6cf3f0f84e1;p=mirrors%2FKyberia-bloodline.git diff --git a/inc/eventz/set_listing_amount.inc b/inc/eventz/set_listing_amount.inc deleted file mode 100644 index 20274a2..0000000 --- a/inc/eventz/set_listing_amount.inc +++ /dev/null @@ -1,21 +0,0 @@ -query("update users set listing_amount='$listing_amount' where user_id='$user_id'"); - $_SESSION['listing_amount']=$listing_amount; -} - -?>