summaryrefslogtreecommitdiff
path: root/it_pipe.class
diff options
context:
space:
mode:
authorUrban Müller2011-06-27 16:27:29 +0000
committerUrban Müller2011-06-27 16:27:29 +0000
commit6f7fc16de6a62102f10df3f7e90f65eb78b52bae (patch)
tree37e19af155b70d3186c5376997753bd9400dc321 /it_pipe.class
parent2992afc8ed18b066fcbe3a3ea7687a445365ac19 (diff)
downloaditools-6f7fc16de6a62102f10df3f7e90f65eb78b52bae.tar.gz
itools-6f7fc16de6a62102f10df3f7e90f65eb78b52bae.tar.bz2
itools-6f7fc16de6a62102f10df3f7e90f65eb78b52bae.zip
warning fix
Diffstat (limited to 'it_pipe.class')
-rw-r--r--it_pipe.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it_pipe.class b/it_pipe.class
index 8b12fec..34ab74d 100644
--- a/it_pipe.class
+++ b/it_pipe.class
@@ -156,7 +156,7 @@ function csv()
setlocale(LC_CTYPE, $oldlocale);
- return $records;
+ return (array)$records;
}
/**