SOURCES: eventum-mem-optimize.patch - fix apidoc
glen
glen at pld-linux.org
Fri Sep 8 01:06:45 CEST 2006
Author: glen Date: Thu Sep 7 23:06:45 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix apidoc
---- Files affected:
SOURCES:
eventum-mem-optimize.patch (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SOURCES/eventum-mem-optimize.patch
diff -u SOURCES/eventum-mem-optimize.patch:1.3 SOURCES/eventum-mem-optimize.patch:1.4
--- SOURCES/eventum-mem-optimize.patch:1.3 Fri Sep 8 00:28:29 2006
+++ SOURCES/eventum-mem-optimize.patch Fri Sep 8 01:06:39 2006
@@ -218,3 +218,17 @@
$has_attachments = 1;
} else {
$has_attachments = 0;
+--- eventum/include/class.mime_helper.php~ 2006-09-08 00:56:22.000000000 +0300
++++ eventum/include/class.mime_helper.php 2006-09-08 02:01:57.633010451 +0300
+@@ -630,9 +630,9 @@
+ * @access public
+ * @param object $obj The decoded object structure of the MIME message
+ * @param array $parts The parsed parts of the MIME message
+- * @return array List of parts that exist in the MIME message
++ * @return void
+ */
+- function parse_output(&$obj, &$parts)
++ function parse_output($obj, &$parts)
+ {
+ if (!empty($obj->parts)) {
+ for ($i = 0; $i < count($obj->parts); $i++) {
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/eventum-mem-optimize.patch?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list