From 6f7fc16de6a62102f10df3f7e90f65eb78b52bae Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Mon, 27 Jun 2011 16:27:29 +0000 Subject: warning fix --- it_pipe.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it_pipe.class') 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; } /** -- cgit v1.2.3