From 72b58ca3afbf507d0b6fcedcecae01cc876ddd1f Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sat, 7 Apr 2007 20:58:23 +0000 Subject: repeater won't return any results if it is set to repeat 0 times. --- system/helpers/string_helper.php | 306 +++++++++++++++++++-------------------- 1 file changed, 153 insertions(+), 153 deletions(-) (limited to 'system') diff --git a/system/helpers/string_helper.php b/system/helpers/string_helper.php index ba704df9e..c0a8854dc 100644 --- a/system/helpers/string_helper.php +++ b/system/helpers/string_helper.php @@ -1,154 +1,154 @@ - 0) ? str_repeat($data, $num) : ''); +} + + ?> \ No newline at end of file -- cgit v1.2.3-24-g4f1b