[geeklog-cvs] geeklog-1.3/system lib-plugins.php,1.48,1.49

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sat Oct 23 13:58:46 EDT 2004


Update of /var/cvs/geeklog-1.3/system
In directory www:/tmp/cvs-serv10928

Modified Files:
	lib-plugins.php 
Log Message:
Fix to allow for autotags without a label, e.g. [blah:42]


Index: lib-plugins.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/system/lib-plugins.php,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** lib-plugins.php	7 Oct 2004 08:24:57 -0000	1.48
--- lib-plugins.php	23 Oct 2004 17:58:44 -0000	1.49
***************
*** 1002,1006 ****
                          'startpos'  => $start_pos,
                          'length'    => $taglength,
!                         'parm1'     => $parms['1'],
                          'parm2'     => $label
                      );
--- 1002,1006 ----
                          'startpos'  => $start_pos,
                          'length'    => $taglength,
!                         'parm1'     => str_replace (']', '', $parms[1]),
                          'parm2'     => $label
                      );




More information about the geeklog-cvs mailing list