PEAR lib updated to 1.9.4 (seems only installation stuff changed)

This commit is contained in:
Mikael Nordfeldth
2013-10-28 19:39:15 +01:00
parent 3ba6374b9d
commit e4084d0f5a
4 changed files with 15 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
<?php
if ($skipmsg) {
$a = &new $ec($code, $mode, $options, $userinfo);
} else {
$a = &new $ec($message, $code, $mode, $options, $userinfo);
}
?>