Update of /cvsroot/geshi/geshi-1.0.X/src
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv544
Modified Files:
Tag: RELEASE_1_0_7_STABLE
geshi.php
Log Message:
Made third parameter of geshi_highlight optional (Gaetano
Giunta)
Index: geshi.php
============================================================
=======
RCS file: /cvsroot/geshi/geshi-1.0.X/src/geshi.php,v
retrieving revision 1.40.2.9
retrieving revision 1.40.2.10
diff -C2 -d -r1.40.2.9 -r1.40.2.10
*** geshi.php 23 Sep 2006 02:05:46 -0000 1.40.2.9
--- geshi.php 23 Oct 2006 01:54:16 -0000 1.40.2.10
***************
*** 2721,2725 ****
* since 1.0.2
*/
! function geshi_highlight ($string, $language, $path,
$return = false)
{
$geshi = new GeSHi($string, $language, $path);
--- 2721,2725 ----
* since 1.0.2
*/
! function geshi_highlight ($string, $language, $path =
null, $return = false)
{
$geshi = new GeSHi($string, $language, $path);
------------------------------------------------------------
-------------
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
|