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

@ -4,8 +4,8 @@ include("aur.inc");
html_header();
print "Hi, this is worth reading!<br>\n";
#$dbh = db_connect();
print "Connected...<br>\n";
html_footer("\$Id$");