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: Mon, 27 Nov 2006 21:36:59 +0000

CVSROOT:        /sources/phpgroupware
Module name:    filemanager
Changes by:     Sigurd Nes <sigurdne>   06/11/27 21:36:59

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

Log message:
        notice

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

Patches:
Index: class.attached_files.inc.php
===================================================================
RCS file: /sources/phpgroupware/filemanager/inc/class.attached_files.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- class.attached_files.inc.php        25 Nov 2006 16:27:17 -0000      1.3
+++ class.attached_files.inc.php        27 Nov 2006 21:36:59 -0000      1.4
@@ -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.3 2006/11/25 16:27:17 
sigurdne Exp $
+       * @version $Id: class.attached_files.inc.php,v 1.4 2006/11/27 21:36:59 
sigurdne Exp $
        * @internal $Source: 
/sources/phpgroupware/filemanager/inc/class.attached_files.inc.php,v $
        */
 
@@ -91,7 +91,7 @@
                function save_file($values = 0)
                {
                        $action_id      = $values['action_id'];
-                       $comment        = $values['comment'];
+                       $comment        = (isset($values['comment']) && 
$values['comment'] ? $values['comment']:'');
 
                        $GLOBALS['phpgw']->vfs->override_acl = 1;
 




reply via email to

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