packages: phorum/wordwrap.patch - typo
glen
glen at pld-linux.org
Thu Jan 27 12:15:39 CET 2011
Author: glen Date: Thu Jan 27 11:15:39 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- typo
---- Files affected:
packages/phorum:
wordwrap.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/phorum/wordwrap.patch
diff -u packages/phorum/wordwrap.patch:1.1 packages/phorum/wordwrap.patch:1.2
--- packages/phorum/wordwrap.patch:1.1 Thu Jan 27 12:14:42 2011
+++ packages/phorum/wordwrap.patch Thu Jan 27 12:15:34 2011
@@ -10,7 +10,7 @@
+
+ if (empty($PHORUM["DATA"]["HCHARSET"]) or !$cut) {
+ // if unable to get charset or word cut not enabled use wordwrap
-+ return wordwrap($st, $width, $break, $cut);
++ return wordwrap($str, $width, $break, $cut);
+ }
+
+ $l = mb_strlen($str, $PHORUM["DATA"]["HCHARSET"]);
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/phorum/wordwrap.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list