From 9631b8c9aa001bf61c9309fe1e016d8f94c752aa Mon Sep 17 00:00:00 2001 From: Silvio Date: Wed, 12 May 2010 10:30:22 -0300 Subject: Minor charset fix --- 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 5a14f22..27b3993 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(1); + $result = $isis->db->read(430); $rows = $isis->db->rows(); // Format output. -- cgit v1.2.3