~mratix/osticketplus/osticketplus

« back to all changes in this revision

Viewing changes to upload/include/pear/PEAR/FixPHP5PEARWarnings.php

  • Committer: Alexandre Haguiar
  • Date: 2011-11-01 10:52:12 UTC
  • Revision ID: git-v1:c7c355511789a2a15e1233697010ce20dd69c362
first commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
if ($skipmsg) {
 
3
    $a = &new $ec($code, $mode, $options, $userinfo);
 
4
} else {
 
5
    $a = &new $ec($message, $code, $mode, $options, $userinfo);
 
6
}
 
7
?>