From 41e66f1b96939bed63cd100fea8995f521cc0cb4 Mon Sep 17 00:00:00 2001 From: Angela Oduor Date: Thu, 24 Apr 2014 13:35:37 +0300 Subject: [PATCH] Close #1354. Fix SQL Syntax breaking 2.7.3 installs --- sql/ushahidi.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sql/ushahidi.sql b/sql/ushahidi.sql index c1fb069753..b42eb6ada3 100755 --- a/sql/ushahidi.sql +++ b/sql/ushahidi.sql @@ -1400,8 +1400,8 @@ VALUES (62,'require_email_confirmation','0'), (63,'manually_approve_users','0'), (64,'enable_timeline','0'), - (65,'feed_geolocation_user', ''); - (65,'allow_feed_category', '0'); + (65,'feed_geolocation_user', ''), + (66,'allow_feed_category', '0'); -- -------------------------------------------------------- /**