[geeklog-cvs] Geeklog-1.x/system/classes config.class.php,1.4,1.5

Oliver ospiess at qs1489.pair.com
Thu Oct 11 23:33:10 EDT 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/system/classes
In directory qs1489.pair.com:/tmp/cvs-serv82947

Modified Files:
	config.class.php 
Log Message:
make links consistent

Index: config.class.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/system/classes/config.class.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** config.class.php	11 Oct 2007 01:40:06 -0000	1.4
--- config.class.php	12 Oct 2007 03:33:08 -0000	1.5
***************
*** 428,432 ****
          elseif ($this->ref == 'Core' ) {
              $t->set_var('unset_link',
!                         "<a href='#' onClick='unset(\"{$name}\");'>(X)</a>");
              if (($a = strrchr($name, '[')) !== FALSE) {
                  $o = substr($a, 1, -1);
--- 428,432 ----
          elseif ($this->ref == 'Core' ) {
              $t->set_var('unset_link',
!                         "(<a href='#' onClick='unset(\"{$name}\");'>X</a>)");
              if (($a = strrchr($name, '[')) !== FALSE) {
                  $o = substr($a, 1, -1);




More information about the geeklog-cvs mailing list