/[smeserver]/rpms/php-pear-Log/sme8/php-pear-Log-1.11.6-prevent-deprecated-messages.patch
ViewVC logotype

Annotation of /rpms/php-pear-Log/sme8/php-pear-Log-1.11.6-prevent-deprecated-messages.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Wed Sep 21 17:37:40 2011 UTC (12 years, 8 months ago) by snetram
Branch: MAIN
CVS Tags: php-pear-Log-1_11_6-1_el5_sme_1
* Wed Sep 21 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 1.11.6-1.el5-1
- Fix deprecated error message for webmail [SME: 6725]

1 snetram 1.1 diff -up php-pear-Log-1.11.6/Log-1.11.6/Log.php.prevent-deprecated-messages php-pear-Log-1.11.6/Log-1.11.6/Log.php
2     --- php-pear-Log-1.11.6/Log-1.11.6/Log.php.prevent-deprecated-messages 1970-01-01 10:13:08.000000000 +0100
3     +++ php-pear-Log-1.11.6/Log-1.11.6/Log.php 2011-09-21 08:37:18.000000000 +0200
4     @@ -166,7 +166,7 @@ class Log
5    
6     /* If the class exists, return a new instance of it. */
7     if (Log::_classExists($class)) {
8     - $obj = &new $class($name, $ident, $conf, $level);
9     + $obj = new $class($name, $ident, $conf, $level);
10     return $obj;
11     }
12    

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed