From 044787875ba643fce951aeaf7256607c010ca65e Mon Sep 17 00:00:00 2001 From: Silvio Date: Tue, 17 Aug 2010 15:34:52 -0300 Subject: Showing links at test scripts --- tests/subfield.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/subfield.php') diff --git a/tests/subfield.php b/tests/subfield.php index 892f2b5..117b8ce 100644 --- a/tests/subfield.php +++ b/tests/subfield.php @@ -41,10 +41,11 @@ if ($isis->db) { $display->navbar($entry, $entries, $repetition, '&field='. $field . '&subfield='. $subfield); // Format output. + $link = $display->entry_link($entry); echo "
\n";
   echo "Selected field: $field: $field_name.\n";
   echo "Selected subfield: $subfield: $subfield_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]) .".\n";
   echo "\n";
   print_r($result[$field_name]);
-- 
cgit v1.2.3