janinedog: (Default)
Janine ([personal profile] janinedog) wrote in [site community profile] changelog2009-05-01 07:43 am

[dw-free] Enable payments in dev config.

[commit: http://hg.dwscoalition.org/dw-free/rev/eb68f7d738f0]

Enable payments in dev config.

Patch by [personal profile] janinedog.

Files modified:
  • etc/config.pl
--------------------------------------------------------------------------------
diff -r d9208acca8a7 -r eb68f7d738f0 etc/config.pl
--- a/etc/config.pl	Fri May 01 07:38:38 2009 +0000
+++ b/etc/config.pl	Fri May 01 07:42:43 2009 +0000
@@ -189,7 +189,7 @@
                  'interests-findsim' => 0,
                  memories => 0,
                  opt_findbyemail => 1,
-                 payments => 1,
+                 payments => 0,
                  schools => 1,
                  'show-talkleft' => 0,
                  'stats-recentupdates' => 0,
--------------------------------------------------------------------------------