renamed _() function to __() to avoid gettext conflict

This commit is contained in:
eric 2004-06-18 22:42:07 +00:00
parent d92682fbfd
commit 74594e516d
9 changed files with 145 additions and 19 deletions

View file

@ -3,7 +3,7 @@
# this script iterates through the 'html' and 'lib' directories
# looking for php scripts that contain a include_once("xxx_po.inc")
# line and _() functions. It creates/appends to the corresponding
# line and __() functions. It creates/appends to the corresponding
# "xxx_po.inc" file in the 'lang' subdirectory and places the
# i18n strings into the file in the proper format.
#