From b91f359f1c5bb89d7c22e8cf234f71105140cdf9 Mon Sep 17 00:00:00 2001 From: Silvio Date: Thu, 8 Apr 2010 14:57:27 -0300 Subject: CinisisDb::file() now accepts arrays --- tests/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/index.php') diff --git a/tests/index.php b/tests/index.php index 0f7b243..6d91f43 100644 --- a/tests/index.php +++ b/tests/index.php @@ -26,6 +26,7 @@ if ($isis->db) { // Format output. echo '
';
+  echo "Connection test:\n";
   echo "Rows: $rows\n";
   print_r($result);
   echo '
'; -- cgit v1.2.3