[geeklog-cvs] geeklog-1.3/plugins/staticpages functions.inc,1.46,1.47

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Wed Dec 22 12:13:47 EST 2004


Update of /var/cvs/geeklog-1.3/plugins/staticpages
In directory www:/tmp/cvs-serv29194/plugins/staticpages

Modified Files:
	functions.inc 
Log Message:
Fixed display of autotags in center blocks.


Index: functions.inc
===================================================================
RCS file: /var/cvs/geeklog-1.3/plugins/staticpages/functions.inc,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** functions.inc	27 Nov 2004 14:06:08 -0000	1.46
--- functions.inc	22 Dec 2004 17:13:45 -0000	1.47
***************
*** 477,481 ****
                      ob_end_clean ();
                  } else {
!                     $retval .= stripslashes ($spresult['sp_content']);
                  }
              } else {
--- 477,481 ----
                      ob_end_clean ();
                  } else {
!                     $retval .= PLG_replacetags (stripslashes ($spresult['sp_content']));
                  }
              } else {




More information about the geeklog-cvs mailing list