diff options
author | Urban Müller | 2011-06-27 16:27:29 +0000 |
---|---|---|
committer | Urban Müller | 2011-06-27 16:27:29 +0000 |
commit | 6f7fc16de6a62102f10df3f7e90f65eb78b52bae (patch) | |
tree | 37e19af155b70d3186c5376997753bd9400dc321 /it_pipe.class | |
parent | 2992afc8ed18b066fcbe3a3ea7687a445365ac19 (diff) | |
download | itools-6f7fc16de6a62102f10df3f7e90f65eb78b52bae.tar.gz itools-6f7fc16de6a62102f10df3f7e90f65eb78b52bae.tar.bz2 itools-6f7fc16de6a62102f10df3f7e90f65eb78b52bae.zip |
warning fix
Diffstat (limited to 'it_pipe.class')
-rw-r--r-- | it_pipe.class | 2 |
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; } /** |