Update of /cvsroot/geshi/geshi-src/geshi/languages/php
In directory
sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv8291/geshi/language
s/php
Modified Files:
common.php
Log Message:
Corrected intentional mistake used to test bug 74.
Index: common.php
============================================================
=======
RCS file:
/cvsroot/geshi/geshi-src/geshi/languages/php/common.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** common.php 16 May 2006 10:07:35 -0000 1.5
--- common.php 16 May 2006 10:08:28 -0000 1.6
***************
*** 138,147 ****
//$this->_contextStyleType = GESHI_STYLE_COMMENTS;
}
! /*
function geshi_php_multi_comment (&$context)
{
$context->addDelimiters('/*', '*//*');
//$this->_contextStyleType = GESHI_STYLE_COMMENTS;
! }*/
?>
--- 138,147 ----
//$this->_contextStyleType = GESHI_STYLE_COMMENTS;
}
!
function geshi_php_multi_comment (&$context)
{
$context->addDelimiters('/*', '*//*');
//$this->_contextStyleType = GESHI_STYLE_COMMENTS;
! }
?>
-------------------------------------------------------
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
|