phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] filemanager/inc class.attached_files.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] filemanager/inc class.attached_files.inc.php
Date: Sat, 25 Nov 2006 16:27:17 +0000

CVSROOT:        /sources/phpgroupware
Module name:    filemanager
Changes by:     Sigurd Nes <sigurdne>   06/11/25 16:27:17

Modified files:
        inc            : class.attached_files.inc.php 

Log message:
        notices

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/filemanager/inc/class.attached_files.inc.php?cvsroot=phpgroupware&r1=1.2&r2=1.3

Patches:
Index: class.attached_files.inc.php
===================================================================
RCS file: /sources/phpgroupware/filemanager/inc/class.attached_files.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- class.attached_files.inc.php        24 Nov 2006 20:59:43 -0000      1.2
+++ class.attached_files.inc.php        25 Nov 2006 16:27:17 -0000      1.3
@@ -7,7 +7,7 @@
        * @copyright Copyright (C) 2005-2006 Free Software Foundation, Inc. 
http://www.fsf.org/
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package filemanager
-       * @version $Id: class.attached_files.inc.php,v 1.2 2006/11/24 20:59:43 
sigurdne Exp $
+       * @version $Id: class.attached_files.inc.php,v 1.3 2006/11/25 16:27:17 
sigurdne Exp $
        * @internal $Source: 
/sources/phpgroupware/filemanager/inc/class.attached_files.inc.php,v $
        */
 
@@ -160,6 +160,7 @@
 
                function get_files($action_id, $delete = False)
                {
+                       $att_link = '';
                        $directory = '/' . $this->app . '/' . $action_id;
 
                        $GLOBALS['phpgw']->db->query("SELECT name from 
phpgw_vfs where directory like '" . $directory . "' AND size > 0 AND mime_type 
NOT like 'journal-deleted'",__LINE__,__FILE__);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]