From 3347a22c3cfae62d163a9cd891efb31351bcb451 Mon Sep 17 00:00:00 2001 From: Eran Date: Tue, 11 Feb 2014 23:56:18 +0200 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..06abc01 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('eranno@post.jce.ac.il', 'localhost' , '1234' , '187365543208213678653094' , '1' , '12')"); foreach (string cmd in dump) {