From 9a5c0f8d9c8d710ba85ffa0ed5167dabf12a70c8 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 1 Jul 2009 16:17:44 +0000 Subject: [PATCH] "removed forgotten comment, breaking the previous fix" --- phpgwapi/inc/class.sqlfs_stream_wrapper.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.sqlfs_stream_wrapper.inc.php b/phpgwapi/inc/class.sqlfs_stream_wrapper.inc.php index 47bebde510..d9a48185d0 100644 --- a/phpgwapi/inc/class.sqlfs_stream_wrapper.inc.php +++ b/phpgwapi/inc/class.sqlfs_stream_wrapper.inc.php @@ -163,7 +163,7 @@ class sqlfs_stream_wrapper implements iface_stream_wrapper * * @var string; */ - static public $extra_columns = '';//',fs_link'; + static public $extra_columns = ',fs_link'; /** * This method is called immediately after your stream object is created.