[geeklog-cvs] Geeklog-1.x/language english.php, 1.297, 1.298 english_utf-8.php, 1.88, 1.89

Dirk Haun dhaun at qs1489.pair.com
Sun Sep 23 14:51:18 EDT 2007


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

Modified Files:
	english.php english_utf-8.php 
Log Message:
$_CONF['week_start'] can only be 'Sun' or 'Mon', so make it a dropdown


Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/english.php,v
retrieving revision 1.297
retrieving revision 1.298
diff -C2 -d -r1.297 -r1.298
*** english.php	23 Sep 2007 16:52:32 -0000	1.297
--- english.php	23 Sep 2007 18:51:15 -0000	1.298
***************
*** 1807,1811 ****
        11 => array_flip($LANG_commentmodes),
        12 => array('No access'=>0, 'Read-Only'=>2,'Read-Write'=>3),
!       13 => array('Skip' => 0, 'Allow, with speedlimit' => 1, 'Allow, no speedlimit' => 2)
  );
  
--- 1807,1812 ----
        11 => array_flip($LANG_commentmodes),
        12 => array('No access'=>0, 'Read-Only'=>2,'Read-Write'=>3),
!       13 => array('Skip' => 0, 'Allow, with speedlimit' => 1, 'Allow, no speedlimit' => 2),
!       14 => array('Sunday' => 'Sun', 'Monday' => 'Mon')
  );
  

Index: english_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/english_utf-8.php,v
retrieving revision 1.88
retrieving revision 1.89
diff -C2 -d -r1.88 -r1.89
*** english_utf-8.php	23 Sep 2007 16:52:32 -0000	1.88
--- english_utf-8.php	23 Sep 2007 18:51:16 -0000	1.89
***************
*** 1807,1811 ****
        11 => array_flip($LANG_commentmodes),
        12 => array('No access'=>0, 'Read-Only'=>2,'Read-Write'=>3),
!       13 => array('Skip' => 0, 'Allow, with speedlimit' => 1, 'Allow, no speedlimit' => 2)
  );
  
--- 1807,1812 ----
        11 => array_flip($LANG_commentmodes),
        12 => array('No access'=>0, 'Read-Only'=>2,'Read-Write'=>3),
!       13 => array('Skip' => 0, 'Allow, with speedlimit' => 1, 'Allow, no speedlimit' => 2),
!       14 => array('Sunday' => 'Sun', 'Monday' => 'Mon')
  );
  




More information about the geeklog-cvs mailing list