[geeklog-cvs] Geeklog-1.x/plugins/polls functions.inc,1.84,1.85

Dirk Haun dhaun at qs1489.pair.com
Sun Mar 16 05:33:25 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/plugins/polls
In directory qs1489.pair.com:/tmp/cvs-serv27576/polls

Modified Files:
	functions.inc 
Log Message:
Source code cosmetics, for consistency


Index: functions.inc
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/polls/functions.inc,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -d -r1.84 -r1.85
*** functions.inc	15 Mar 2008 18:11:42 -0000	1.84
--- functions.inc	16 Mar 2008 09:33:23 -0000	1.85
***************
*** 64,69 ****
      require_once $_CONF['path_system'] . 'classes/config.class.php';
      
!     $li_config = config::get_instance();
!     $_PO_CONF = $li_config->get_config('polls');
  }
  
--- 64,69 ----
      require_once $_CONF['path_system'] . 'classes/config.class.php';
      
!     $po_config = config::get_instance();
!     $_PO_CONF = $po_config->get_config('polls');
  }
  




More information about the geeklog-cvs mailing list