cvs: php-gtk-web /include site.php
[email protected] ("Steph Fox")
| Newsgroups | php.gtk.webmaster |
|---|---|
| Message-ID | <cvssfox1144501868@cvsserver> |
sfox Sat Apr 8 13:11:08 2006 UTC
Modified files:
/php-gtk-web/include site.php
Log:
Make it possible to have that other table.
http://cvs.php.net/viewcvs.cgi/php-gtk-web/include/site.php?r1=1.10&r2=1.11&diff_format=u
Index: php-gtk-web/include/site.php
diff -u php-gtk-web/include/site.php:1.10 php-gtk-web/include/site.php:1.11
--- php-gtk-web/include/site.php:1.10 Sun Dec 19 04:03:26 2004
+++ php-gtk-web/include/site.php Sat Apr 8 13:11:08 2006
@@ -35,5 +35,6 @@
);
$man_languages = array('cs', 'de', 'en', 'es', 'fr', 'it', 'ja', 'pt_BR', 'ru');
+$man2_languages = array('en');
?>