aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/repetition.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/repetition.php b/tests/repetition.php
index 8bc6388..380d716 100644
--- a/tests/repetition.php
+++ b/tests/repetition.php
@@ -40,7 +40,7 @@ if ($isis->db) {
echo "<pre>\n";
echo "Selected field: $code: $field.\n";
echo "Showing entry $entry from $entries total entries.\n";
- echo "Repetitions found: ". count($result[$field]) ."\n";
+ echo "Repetitions found: ". count($result[$field]) .".\n";
echo "\n";
print_r($result[$field]);
echo '</pre>';