From: Joey Schulze Date: Mon, 13 May 2013 19:48:18 +0000 (+0000) Subject: Correct function name X-Git-Url: https://git.infodrom.org/?p=infodrom.org%2Fservice.infodrom.org;a=commitdiff_plain;h=878e5253ce5d363c006698de867d5445d304f1ff Correct function name --- 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))); ?>