From: <gem...@li...> - 2011-11-24 15:20:27
|
Revision: 282 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=282&view=rev Author: michieltcs Date: 2011-11-24 15:20:20 +0000 (Thu, 24 Nov 2011) Log Message: ----------- Set defaults for new fields Modified Paths: -------------- trunk/library/classes/Gems/User/Organization.php Modified: trunk/library/classes/Gems/User/Organization.php =================================================================== --- trunk/library/classes/Gems/User/Organization.php 2011-11-24 15:13:38 UTC (rev 281) +++ trunk/library/classes/Gems/User/Organization.php 2011-11-24 15:20:20 UTC (rev 282) @@ -60,7 +60,9 @@ 'gor_style' => null, 'gor_iso_lang' => 'en', 'gor_active' => 0, - ); + 'gor_has_respondents' => false, + 'gor_add_respondents' => false + ); /** * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |