phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: filemanager index.php,1.38,1.39


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: filemanager index.php,1.38,1.39
Date: Fri, 22 Nov 2002 22:29:16 -0500

Update of /cvsroot/phpgroupware/filemanager
In directory subversions:/tmp/cvs-serv2120

Modified Files:
        index.php 
Log Message:
stop prefs being wiped out ... bug #1352

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/filemanager/index.php,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** index.php   21 Sep 2002 05:26:43 -0000      1.38
--- index.php   23 Nov 2002 03:29:14 -0000      1.39
***************
*** 1,1783 ****
! <?php
! 
! ###
! # DEV NOTE:
! #
! # index.php is depreciated by the inc/class.xxfilemanager.inc.php files.
! # index.php is still used in the 0.9.14 release, but all future changes 
should be
! # made to the inc/class.xxfilemanager.inc.php files (3-tiered).  This 
includes using templates.
! ###
! 
[...3538 lines suppressed...]
!       {
!               if ($GLOBALS['phpgw']->vfs->mkdir (array ('string' => 
$createdir)))
!               {
!                       html_text_summary (lang('Created directory x', 
$disppath.'/'.$createdir));
!                       html_break (2);
!                       html_link 
($GLOBALS['appname'].'/index.php?path='.$disppath.'/'.$createdir, lang('Go to 
x', $disppath.'/'.$createdir));
!               }
!               else
!               {
!                       echo $GLOBALS['phpgw']->common->error_list (array 
(lang('Could not create x', $disppath.'/'.$createdir)));
!               }
!       }
! 
!       html_break (2);
!       html_link_back ();
! }
! 
! html_page_close ();
! 
! ?>





reply via email to

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