install.php
changeset 9 d55459cd1712
parent 8 47dd15d8bb8c
child 27 782f142d096d
--- a/install.php	Sun Apr 22 07:20:09 2007 +0000
+++ b/install.php	Sun Apr 22 07:27:49 2007 +0000
@@ -142,13 +142,10 @@
 			error("Can not create zones table in $dbdatabase");
 		}
 
-		$id = $db->nextID('users');
-
-		/* TODO next version: fix the strip_slashes. might give trouble upgrading :/ -Lyon */
 		$sqlinsert =	"INSERT INTO 
 					users 
+					(username, password, fullname, email, description, level, active)
 				VALUES (
-					$id,
 					'". $_POST['login'] ."', 
 					'". md5(stripslashes($_POST['password'])) ."',
 					'". $_POST["fullname"] ."',