From 74d7b3803cde48347c5522bdf867e8de2aff44f1 Mon Sep 17 00:00:00 2001 From: xzilla Date: Tue, 8 Jan 2008 22:50:29 +0000 Subject: [PATCH] some more row level cleanup --- functions.php | 3 ++- indexes.php | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index 86520860..bcdd0481 100644 --- a/functions.php +++ b/functions.php @@ -3,7 +3,7 @@ /** * Manage functions in a database * - * $Id: functions.php,v 1.77 2008/01/08 20:19:31 xzilla Exp $ + * $Id: functions.php,v 1.78 2008/01/08 22:50:29 xzilla Exp $ */ // Include application functions @@ -148,6 +148,7 @@ echo "", $misc->printVal($fndata->fields['prolanguage']), "\n"; echo "fields['prolanguage']), "\" />\n"; echo "\n"; + echo "\n"; $fnlang = strtolower($fndata->fields['prolanguage']); if ($fnlang == 'c') { diff --git a/indexes.php b/indexes.php index 0a56bc1c..f95b24db 100644 --- a/indexes.php +++ b/indexes.php @@ -3,7 +3,7 @@ /** * List indexes on a table * - * $Id: indexes.php,v 1.45 2007/09/29 09:09:45 ioguix Exp $ + * $Id: indexes.php,v 1.46 2008/01/08 22:50:29 xzilla Exp $ */ // Include application functions @@ -131,7 +131,6 @@ ($v == $_POST['formIndexType']) ? ' selected="selected"' : '', ">", htmlspecialchars($v), "\n"; } echo "\n"; - echo ""; echo ""; echo ""; echo ""; -- 2.39.5