Update of /cvsroot/geshi/geshi-1.0.X/src
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv32701
Modified Files:
Tag: RELEASE_1_0_7_STABLE
geshi.php
Log Message:
Fixed _error usage (should be error)
Index: geshi.php
============================================================
=======
RCS file: /cvsroot/geshi/geshi-1.0.X/src/geshi.php,v
retrieving revision 1.40.2.11
retrieving revision 1.40.2.12
diff -C2 -d -r1.40.2.11 -r1.40.2.12
*** geshi.php 24 Oct 2006 11:06:59 -0000 1.40.2.11
--- geshi.php 22 Nov 2006 19:02:48 -0000 1.40.2.12
***************
*** 451,455 ****
function get_language_name ()
{
! if (GESHI_ERROR_NO_SUCH_LANG == $this->_error) {
return $this->language_data['LANG_NAME'] . '
(Unknown Language)';
}
--- 451,455 ----
function get_language_name ()
{
! if (GESHI_ERROR_NO_SUCH_LANG == $this->error) {
return $this->language_data['LANG_NAME'] . '
(Unknown Language)';
}
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
geshi-cvs mailing list
geshi-cvs lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geshi-cvs
|