[ Index ] |
PHP Cross Reference of Eventum |
[Summary view] [Print] [Text view]
1 --- ./class.language.php 2007-12-16 23:46:21.521067791 +0200 2 +++ /home/services/lighttpd/html/eventum-2.1.1/include/class.language.php 2007-12-17 01:04:35.000000000 +0200 3 @@ -153,7 +153,7 @@ 4 // XXX do not require translations for en_US locale 5 if ($locale != 'en_US') { 6 // get translator info 7 - $res = ev_gettext(''); 8 + $res = _gettext(''); 9 // if empty gettext is returned then the mo catalog is not installed. 10 if (empty($res)) { 11 return false;
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Dec 19 21:21:33 2007 | Cross-referenced by PHPXref 0.7 |