From: chriskl Date: Sat, 3 Jan 2004 10:16:57 +0000 (+0000) Subject: change select form from get to post for large tables per report from stephen knight X-Git-Tag: REL_3-3-1~46 X-Git-Url: http://git.postgresql.org/gitweb/static/connections.php?a=commitdiff_plain;h=81316f6988c1b73e1382de79caf10ce8fce0eb49;p=phppgadmin.git change select form from get to post for large tables per report from stephen knight --- diff --git a/tables.php b/tables.php index 1265f15f..abdb8f7f 100644 --- a/tables.php +++ b/tables.php @@ -3,7 +3,7 @@ /** * List tables in a database * - * $Id: tables.php,v 1.43 2003/12/17 09:11:32 chriskl Exp $ + * $Id: tables.php,v 1.44 2004/01/03 10:16:57 chriskl Exp $ */ // Include application functions @@ -176,7 +176,7 @@ $attrs = &$data->getTableAttributes($_REQUEST['table']); - echo "
\n"; + echo "\n"; if ($attrs->recordCount() > 0) { // JavaScript for select all feature echo "