Prefixed code that generates PHP notices with a '@' to minimize new user confusion.

This commit is contained in:
shrykedude
2003-10-24 04:38:48 +00:00
parent 076f639288
commit 8b9c73d089
3 changed files with 10 additions and 10 deletions

View File

@@ -692,7 +692,7 @@
{
if ($p1 == '_UNDEF_' && $p1 != 1)
{
$obj = new $classname;
$obj = @new $classname;
}
else
{