SOURCES: php-pear-Net_SmartIRC-refs.patch (NEW) - fix for variable...

glen glen at pld-linux.org
Tue Jan 16 19:53:44 CET 2007


Author: glen                         Date: Tue Jan 16 18:53:44 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix for variable refs warning

---- Files affected:
SOURCES:
   php-pear-Net_SmartIRC-refs.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/php-pear-Net_SmartIRC-refs.patch
diff -u /dev/null SOURCES/php-pear-Net_SmartIRC-refs.patch:1.1
--- /dev/null	Tue Jan 16 19:53:44 2007
+++ SOURCES/php-pear-Net_SmartIRC-refs.patch	Tue Jan 16 19:53:39 2007
@@ -0,0 +1,12 @@
+--- Net/SmartIRC.php~	2005-09-29 11:07:57.000000000 +0300
++++ Net/SmartIRC.php	2007-01-16 20:41:01.415661572 +0200
+@@ -2198,7 +2198,8 @@
+     }
+     
+     function &throwError($message) {
+-        return new Net_SmartIRC_Error($message);
++		$ret = new Net_SmartIRC_Error($message);
++		return $ret;
+     }
+ }
+ 
================================================================


More information about the pld-cvs-commit mailing list