[geeklog-cvs] Geeklog-1.x/language english.php, 1.341, 1.342 english_utf-8.php, 1.125, 1.126

Michael Jervis mjervis at qs1489.pair.com
Fri Aug 1 16:25:21 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/language
In directory qs1489.pair.com:/tmp/cvs-serv10355/language

Modified Files:
	english.php english_utf-8.php 
Log Message:
Bug #0000692, Censormode is not just on and off.

Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/english.php,v
retrieving revision 1.341
retrieving revision 1.342
diff -C2 -d -r1.341 -r1.342
*** english.php	27 Jul 2008 09:11:29 -0000	1.341
--- english.php	1 Aug 2008 20:25:19 -0000	1.342
***************
*** 1852,1856 ****
      15 => array('By Number' => 'sortnum', 'Alphabetically' => 'alpha'),
      16 => array('No Login required' => 0, 'Advanced Search only' => 1, 'Simple + Advanced Search' => 2),
!     17 => array('Comments Enabled' => 0, 'Comments Disabled' => -1)
  );
  
--- 1852,1857 ----
      15 => array('By Number' => 'sortnum', 'Alphabetically' => 'alpha'),
      16 => array('No Login required' => 0, 'Advanced Search only' => 1, 'Simple + Advanced Search' => 2),
!     17 => array('Comments Enabled' => 0, 'Comments Disabled' => -1),
!     18 => array('Disabled' => 0, 'Enabled (Exact Match)' => 1, 'Enabled (Word Beginning)' => 2, 'Enabled (Word Fragment)' => 3)
  );
  

Index: english_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/english_utf-8.php,v
retrieving revision 1.125
retrieving revision 1.126
diff -C2 -d -r1.125 -r1.126
*** english_utf-8.php	27 Jul 2008 09:11:29 -0000	1.125
--- english_utf-8.php	1 Aug 2008 20:25:19 -0000	1.126
***************
*** 1852,1856 ****
      15 => array('By Number' => 'sortnum', 'Alphabetically' => 'alpha'),
      16 => array('No Login required' => 0, 'Advanced Search only' => 1, 'Simple + Advanced Search' => 2),
!     17 => array('Comments Enabled' => 0, 'Comments Disabled' => -1)
  );
  
--- 1852,1857 ----
      15 => array('By Number' => 'sortnum', 'Alphabetically' => 'alpha'),
      16 => array('No Login required' => 0, 'Advanced Search only' => 1, 'Simple + Advanced Search' => 2),
!     17 => array('Comments Enabled' => 0, 'Comments Disabled' => -1),
!     18 => array('Disabled' => 0, 'Enabled (Exact Match)' => 1, 'Enabled (Word Beginning)' => 2, 'Enabled (Word Fragment)' => 3)
  );
  




More information about the geeklog-cvs mailing list