From 55b0dd5cce32596a66492c89938473213fdef658 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 19 Sep 2005 18:37:05 +0000 Subject: [PATCH] fixed reference problem --- lam/lib/ufpdf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/ufpdf.php b/lam/lib/ufpdf.php index 1aa794a4..a25c9123 100644 --- a/lam/lib/ufpdf.php +++ b/lam/lib/ufpdf.php @@ -723,7 +723,7 @@ function utf8_substr($str,$start) // UTF-8 to codepoint array conversion. // Correctly handles all illegal UTF-8 sequences. -function utf8_to_codepoints(&$txt) { +function utf8_to_codepoints($txt) { $l = strlen($txt); $txt .= " "; $out = array();