fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2012-02-22 08:35 am

[dw-free] remove obsolete / unused variable. It's now . Also, 0 is for infinite

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

remove obsolete / unused variable. It's now . Also, 0 is for infinite

Files modified:
  • etc/config.pl
--------------------------------------------------------------------------------
diff -r e6fd3d954cbd -r 26d93d2c8a9f etc/config.pl
--- a/etc/config.pl	Wed Feb 22 15:20:26 2012 +0800
+++ b/etc/config.pl	Wed Feb 22 16:35:30 2012 +0800
@@ -810,9 +810,6 @@
     # turn on control/nav strip
     $USE_CONTROL_STRIP = 1;
 
-    # Pagination for allpics.bml page.  -1 means unlimited.
-    # $ALLPICS_PAGESIZE = 20;
-
     # initial settings for new users
     %USER_INIT = (
         opt_whocanreply => 'reg',
--------------------------------------------------------------------------------