From 40384faf027bcf45f38179e4231f8f4fbbf63eff Mon Sep 17 00:00:00 2001 From: Silvio Date: Mon, 16 Aug 2010 16:30:00 -0300 Subject: Minor change --- tests/repetition.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "
\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 '
'; -- cgit v1.2.3