[geeklog-cvs] Geeklog-1.x/public_html/admin configuration.php, 1.11, 1.12

Dirk Haun dhaun at qs1489.pair.com
Fri Mar 21 11:38:07 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin
In directory qs1489.pair.com:/tmp/cvs-serv43408/public_html/admin

Modified Files:
	configuration.php 
Log Message:
Removed 'fn:' config type again; looks for specific functions now for dynamic array contents


Index: configuration.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/configuration.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** configuration.php	2 Feb 2008 21:56:27 -0000	1.11
--- configuration.php	21 Mar 2008 15:38:05 -0000	1.12
***************
*** 47,51 ****
  *
  */
! function configmanager_languageList()
  {
      global $_CONF;
--- 47,51 ----
  *
  */
! function configmanager_select_language_helper()
  {
      global $_CONF;
***************
*** 62,66 ****
  *
  */
! function configmanager_themeList()
  {
      $themes = array();
--- 62,66 ----
  *
  */
! function configmanager_select_theme_helper()
  {
      $themes = array();




More information about the geeklog-cvs mailing list