From 5e842b0327e60fae0901b793f76c9be4ec6399cb Mon Sep 17 00:00:00 2001 From: Silvio Date: Wed, 12 May 2010 10:33:03 -0300 Subject: Minor change --- tests/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/index.php') diff --git a/tests/index.php b/tests/index.php index 27b3993..5a14f22 100644 --- a/tests/index.php +++ b/tests/index.php @@ -21,7 +21,7 @@ $isis = new CinisisDb(); // Test connection. if ($isis->db) { - $result = $isis->db->read(430); + $result = $isis->db->read(1); $rows = $isis->db->rows(); // Format output. -- cgit v1.2.3