diff options
author | Silvio <silvio@devlet.com.br> | 2010-05-12 10:33:03 -0300 |
---|---|---|
committer | Silvio <silvio@devlet.com.br> | 2010-05-12 10:33:03 -0300 |
commit | 5e842b0327e60fae0901b793f76c9be4ec6399cb (patch) | |
tree | 442185228e94df6da499ccc8997dd6d121120e30 /tests | |
parent | 9631b8c9aa001bf61c9309fe1e016d8f94c752aa (diff) | |
download | cinisis-5e842b0327e60fae0901b793f76c9be4ec6399cb.tar.gz cinisis-5e842b0327e60fae0901b793f76c9be4ec6399cb.tar.bz2 |
Minor change
Diffstat (limited to 'tests')
-rw-r--r-- | tests/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
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. |