From 79ef1b5e1f8f3350075277c45cc58a292e7ad9b6 Mon Sep 17 00:00:00 2001 From: Eran Date: Fri, 28 Mar 2014 14:44:10 +0300 Subject: [PATCH] Update DBHandler.cs --- Client/DataHandler/DBHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/DataHandler/DBHandler.cs b/Client/DataHandler/DBHandler.cs index f390099..8e0c4a8 100644 --- a/Client/DataHandler/DBHandler.cs +++ b/Client/DataHandler/DBHandler.cs @@ -257,7 +257,7 @@ public static String fillWithDump() //dump.Add("INSERT INTO AuthImages(imageId , friendId) VALUES('1', 'ilan@gmail.com')"); - dump.Add("INSERT INTO UserProperties(email , name , password , securityCode , userId , imageId) VALUES('erannn@gmail.com', 'localhost' , '1234' , '187365543208213678653094' , '1' , '12')"); + dump.Add("INSERT INTO UserProperties(email , name , password , securityCode , userId , imageId) VALUES('eran@gmail.com', 'localhost' , '1234' , '187365543208213678653094' , '1' , '12')"); foreach (string cmd in dump) {