\n";
echo " | ".$row['database_type']." | \n";
echo " ".$row['database_host']." | \n";
- echo " ".$row['database_name']." | \n";
+ echo " ".$row['database_name']." | \n";
echo " ".$row['database_description']." | \n";
- echo " \n";
- echo " $v_link_label_edit\n";
+ echo " | ";
+ echo " ".$v_link_label_edit."\n";
echo " | \n";
echo "
\n";
- if ($c==0) { $c=1; } else { $c=0; }
+ $c = ($c == 0) ? 1 : 0;
} //end foreach
unset($sql, $result, $row_count);
} //end if results
diff --git a/app/sql_query/sql_query_pdo.php b/app/exec/sql_query_pdo.php
similarity index 100%
rename from app/sql_query/sql_query_pdo.php
rename to app/exec/sql_query_pdo.php
diff --git a/app/exec/sql_query_result.php b/app/exec/sql_query_result.php
new file mode 100644
index 0000000000..a8eb39f3b1
--- /dev/null
+++ b/app/exec/sql_query_result.php
@@ -0,0 +1,267 @@
+
+ Portions created by the Initial Developer are Copyright (C) 2008-2012
+ the Initial Developer. All Rights Reserved.
+
+ Contributor(s):
+ Mark J Crane