From 3b55ddd4a720cda0b2b7e4a93546a8d9b3726f6e Mon Sep 17 00:00:00 2001 From: james Date: Fri, 15 Feb 2008 23:11:16 +0000 Subject: [PATCH] Use single quotes for consistency --- user.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.inc.php b/user.inc.php index 8f1cde8..ed95fc8 100644 --- a/user.inc.php +++ b/user.inc.php @@ -219,7 +219,7 @@ function user_save($u) $fields = array('firstname','lastname','username','password', 'email', 'phonehome','phonework','phonecell','fax','organization', - 'address','address2','city','province','postalcode',"sex"); + 'address','address2','city','province','postalcode','sex'); $set = ""; foreach($fields as $f) {