diff options
author | Silvio <silvio@devlet.com.br> | 2010-05-12 10:30:22 -0300 |
---|---|---|
committer | Silvio <silvio@devlet.com.br> | 2010-05-12 10:30:22 -0300 |
commit | 9631b8c9aa001bf61c9309fe1e016d8f94c752aa (patch) | |
tree | 8c348ddc8bb23be6ddfc32db39363891dabedd06 /tests/index.php | |
parent | 3c00fa34ec17cb5865de643aa0490772d7724d56 (diff) | |
download | cinisis-9631b8c9aa001bf61c9309fe1e016d8f94c752aa.tar.gz cinisis-9631b8c9aa001bf61c9309fe1e016d8f94c752aa.tar.bz2 |
Minor charset fix
Diffstat (limited to 'tests/index.php')
-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 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. |