* Syntax highlighting for PL/SQL, PL/PgSQL, PL/PHP, PL/Ruby, PL/Java,
PL/J, PL/Python and PL/Perl functions, thanks to Jacob D. Cohen's
BSD-licensed highlighting code on rafb.net
+* Add page navigation links at the bottom as well as the top of the page
+ when browsing results.
Translations
* Arabic from Zaki
Bugs
* Fix that non-Auto mode import didn't work (Adrian Nida)
+* Fix inability to drop constraints when using a non-english translation
Version 3.4.1
-------------
* @param $return_desc The return link name
* @param $page The current page
*
- * $Id: display.php,v 1.42 2004/08/30 11:50:31 soranzo Exp $
+ * $Id: display.php,v 1.43 2004/09/02 08:39:17 chriskl Exp $
*/
// Include application functions
$rs->moveNext();
$i++;
}
- echo "</table>\n";
+ echo "</table>\n";
echo "<p>", $rs->recordCount(), " {$lang['strrows']}</p>\n";
+ // Show page navigation
+ $misc->printPages($_REQUEST['page'], $max_pages, "display.php?page=%s&{$str}&{$str2}");
}
else echo "<p>{$lang['strnodata']}</p>\n";