Update of /cvsroot/geshi/geshi-src/geshi/classes/c
In directory
sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv25638/geshi/classes
/c
Modified Files:
class.geshiccodeparser.php
Log Message:
Fixed E_NOTICE: $do_flush needs to be initialised.
Index: class.geshiccodeparser.php
============================================================
=======
RCS file:
/cvsroot/geshi/geshi-src/geshi/classes/c/class.geshiccodepar
ser.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** class.geshiccodeparser.php 16 May 2006 02:54:33
-0000 1.5
--- class.geshiccodeparser.php 16 May 2006 03:20:30
-0000 1.6
***************
*** 94,97 ****
--- 94,98 ----
function parseToken($token, $context_name, $data)
{
+ $do_flush = false;
/**
* Keyword-highlight standard preprocessor
directives and link them to a
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
geshi-cvs mailing list
geshi-cvs lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geshi-cvs
|