[geeklog-cvs] Geeklog-1.x/language english.php, 1.295, 1.296 english_utf-8.php, 1.86, 1.87

Dirk Haun dhaun at qs1489.pair.com
Sun Sep 23 04:54:08 EDT 2007


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

Modified Files:
	english.php english_utf-8.php 
Log Message:
Fixed $_CONF['pingback_self'] configuration (can be 0, 1, or 2)


Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/english.php,v
retrieving revision 1.295
retrieving revision 1.296
diff -C2 -d -r1.295 -r1.296
*** english.php	3 Sep 2007 02:25:19 -0000	1.295
--- english.php	23 Sep 2007 08:54:06 -0000	1.296
***************
*** 1785,1789 ****
  
  $LANG_coreconfigselects = 
- 
  array(
        0 => array('True'=>1,'False'=>0),
--- 1785,1788 ----
***************
*** 1806,1810 ****
        10 => array('None'=>'', 'Netpbm'=>'netpbm', 'ImageMagick'=>'imagemagick', 'gdLib' =>'gdlib'),
        11 => array_flip($LANG_commentmodes),
!       12 => array('No access'=>0, 'Read-Only'=>2,'Read-Write'=>3)
  );
  
--- 1805,1810 ----
        10 => array('None'=>'', 'Netpbm'=>'netpbm', 'ImageMagick'=>'imagemagick', 'gdLib' =>'gdlib'),
        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)
  );
  

Index: english_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/english_utf-8.php,v
retrieving revision 1.86
retrieving revision 1.87
diff -C2 -d -r1.86 -r1.87
*** english_utf-8.php	3 Sep 2007 02:25:19 -0000	1.86
--- english_utf-8.php	23 Sep 2007 08:54:06 -0000	1.87
***************
*** 1785,1789 ****
  
  $LANG_coreconfigselects = 
- 
  array(
        0 => array('True'=>1,'False'=>0),
--- 1785,1788 ----
***************
*** 1806,1810 ****
        10 => array('None'=>'', 'Netpbm'=>'netpbm', 'ImageMagick'=>'imagemagick', 'gdLib' =>'gdlib'),
        11 => array_flip($LANG_commentmodes),
!       12 => array('No access'=>0, 'Read-Only'=>2,'Read-Write'=>3)
  );
  ?>
--- 1805,1811 ----
        10 => array('None'=>'', 'Netpbm'=>'netpbm', 'ImageMagick'=>'imagemagick', 'gdLib' =>'gdlib'),
        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)
  );
+ 
  ?>




More information about the geeklog-cvs mailing list