[geeklog-cvs] geeklog-1.3/public_html/staticpages index.php,1.22,1.23

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Tue Sep 28 11:26:47 EDT 2004


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

Modified Files:
	index.php 
Log Message:
Added support for autolinks.


Index: index.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/staticpages/index.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** index.php	8 Aug 2004 08:55:58 -0000	1.22
--- index.php	28 Sep 2004 15:26:45 -0000	1.23
***************
*** 61,65 ****
              ob_end_clean ();
          } else {
!             $retval .= $sp_content;
          }
      } else {
--- 61,65 ----
              ob_end_clean ();
          } else {
!             $retval .= PLG_replacetags ($sp_content);
          }
      } else {




More information about the geeklog-cvs mailing list