diff options
author | Silvio <silvio@devlet.com.br> | 2010-03-29 12:20:50 -0300 |
---|---|---|
committer | Silvio <silvio@devlet.com.br> | 2010-03-29 12:20:50 -0300 |
commit | 88703c804954ea2c754b87c10ec586f91b986620 (patch) | |
tree | a2a26014a32ee175c9f0ebad0bb8bb097464e764 | |
parent | dc40765aa4c48b802a135ae22f5349f4a9d275de (diff) | |
download | cinisis-88703c804954ea2c754b87c10ec586f91b986620.tar.gz cinisis-88703c804954ea2c754b87c10ec586f91b986620.tar.bz2 |
Minor cleanup
-rw-r--r-- | test.php | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -15,13 +15,6 @@ include('contrib/spyc/spyc.php'); <?php - // Get request parameters a and b - // (as well as any plain numeric and v%d style - $param = Isis_Http::fromReq(array( - 'a' => 22, - 'b' => 42, - )); - // Create a db with field list ("fdt") $fdt_anu10 = array( 'Periodico' => 1, |