psql db schema test
[mirrors/Kyberia-bloodline.git] / inc / eventz / set_header_template.inc
diff --git a/inc/eventz/set_header_template.inc b/inc/eventz/set_header_template.inc
deleted file mode 100644 (file)
index 425f603..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-/* This program is free software. It comes without any warranty, to
- * the extent permitted by applicable law. You can redistribute it
- * and/or modify it under the terms of the Do What The Fuck You Want
- * To Public License, Version 2, as published by Sam Hocevar. See
- * http://sam.zoy.org/wtfpl/COPYING for more details. */
-
-
-function set_header_template() {
-       global $db,$error;
-       $header_id=$_POST['header_id'];
-       $user_id=$_SESSION['user_id'];
-       if (!$user_id) {
-               return false;
-       }
-
-       $db->query("update users set header_id='$header_id' where user_id='$user_id'");
-       $_SESSION['header_id']=$header_id;
-}
-
-?>
This page took 0.126562 seconds and 4 git commands to generate.