From 1fe76ba743a3418da9a0883b29756d442384d0bc Mon Sep 17 00:00:00 2001 From: Horus3 Date: Thu, 25 Sep 2014 10:33:47 +0200 Subject: init --- www/update.php | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 www/update.php (limited to 'www/update.php') diff --git a/www/update.php b/www/update.php deleted file mode 100644 index 26c05ca..0000000 --- a/www/update.php +++ /dev/null @@ -1,26 +0,0 @@ -exec(" - BEGIN TRANSACTION; - UPDATE jg SET name='".$name."', adresse='".$adresse."', telefonnummer='".$telefonnummer."', handynummer='".$handynummer."', email='".$email."', geburtstag='".$bday."' WHERE id=".$id."; - COMMIT; - ")){ - return true; - } else { - return false; - } -} -- cgit v1.2.3