aboutsummaryrefslogtreecommitdiff
path: root/tests/field.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/field.php')
-rw-r--r--tests/field.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/field.php b/tests/field.php
index 35427a6..b9f9c3a 100644
--- a/tests/field.php
+++ b/tests/field.php
@@ -40,7 +40,7 @@ if ($isis->db) {
// Format output.
echo "<pre>\n";
echo "Selected field: $field: $field_name.\n";
- echo "Showing entry $entry from $entries total entries.\n";
+ echo "Showing entry ". $display->entry_link($entry) ." from $entries total entries.\n";
echo "Repetitions found: ". count($result[$field_name]) .".\n";
echo "\n";
print_r($result[$field_name]);