[phpwebapp-commits] CVS: web_app/l10n-module/php-gettext/examples pigs.php,1.1,1.2
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2005-11-02 15:18:03
|
Update of /cvsroot/phpwebapp/web_app/l10n-module/php-gettext/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25443/l10n-module/php-gettext/examples Modified Files: pigs.php Log Message: automatic code documentation generation Index: pigs.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/l10n-module/php-gettext/examples/pigs.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pigs.php 1 Nov 2005 13:05:57 -0000 1.1 --- pigs.php 2 Nov 2005 15:17:54 -0000 1.2 *************** *** 21,24 **** --- 21,29 ---- */ + /** + * @package misc + * @subpackage php-gettext + */ + require("../streams.php"); require("../gettext.php"); |