From 878e5253ce5d363c006698de867d5445d304f1ff Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Mon, 13 May 2013 19:48:18 +0000 Subject: [PATCH] Correct function name --- src/InfoCon/stempel/edit.wml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/InfoCon/stempel/edit.wml b/src/InfoCon/stempel/edit.wml index 894544f..ed0c429 100644 --- a/src/InfoCon/stempel/edit.wml +++ b/src/InfoCon/stempel/edit.wml @@ -62,7 +62,7 @@ $name = load_customers(); $cname = $name[$row['customer']]; if (!strlen($cname)) $cname = ucfirst($row['customer']); -printf('

%s: %s

', $cname, substring($row['task'],0,80-strlen($cname))); +printf('

%s: %s

', $cname, substr($row['task'],0,80-strlen($cname))); ?>
-- 2.20.1