diff options
author | Silvio <silvio@devlet.com.br> | 2010-08-16 16:30:00 -0300 |
---|---|---|
committer | Silvio <silvio@devlet.com.br> | 2010-08-16 16:30:00 -0300 |
commit | 40384faf027bcf45f38179e4231f8f4fbbf63eff (patch) | |
tree | 44b624485878b8b5c7b5a498be58f6fb79a53ffd | |
parent | 60befe06f34c447fe601374d5e61c3e365ace8c5 (diff) | |
download | cinisis-40384faf027bcf45f38179e4231f8f4fbbf63eff.tar.gz cinisis-40384faf027bcf45f38179e4231f8f4fbbf63eff.tar.bz2 |
Minor change
-rw-r--r-- | tests/repetition.php | 2 |
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>'; |