Merge pull request #211 from ShaneCurcuru/master

Enable checkin to start using surveys
diff --git a/www/officers/surveys.cgi b/www/officers/surveys.cgi
index 6540d02..91ebaf7 100755
--- a/www/officers/surveys.cgi
+++ b/www/officers/surveys.cgi
@@ -127,7 +127,7 @@
 
     File.write(filename, JSON.pretty_generate(survey_data))
     Dir.chdir tmpdir do
-      # rc = ASF::SVN.svn_('commit', filename, _, {msg: "Survey submission (whimsy)", user: $USER, password: $PASSWORD})
+      rc = ASF::SVN.svn_('commit', filename, _, {msg: "Survey submission (via whimsy)", user: $USER, password: $PASSWORD})
     end
   end
   if rc == 0
@@ -223,4 +223,3 @@
     end
   end
 end
-