[geeklog-cvs] geeklog-1.3/public_html lib-common.php,1.376,1.377

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Fri Sep 24 06:25:35 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html
In directory www:/tmp/cvs-serv12054/public_html

Modified Files:
	lib-common.php 
Log Message:
Extended PLG_replaceTags() so that plugins can return more than one autotag.


Index: lib-common.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/lib-common.php,v
retrieving revision 1.376
retrieving revision 1.377
diff -C2 -d -r1.376 -r1.377
*** lib-common.php	21 Sep 2004 10:58:17 -0000	1.376
--- lib-common.php	24 Sep 2004 10:25:32 -0000	1.377
***************
*** 3985,3989 ****
  
      $autotags = PLG_collectTags();
!     foreach( $autotags as $tag )
      {
          $retval .= ',';
--- 3985,3989 ----
  
      $autotags = PLG_collectTags();
!     foreach( $autotags as $tag => $module )
      {
          $retval .= ',';




More information about the geeklog-cvs mailing list