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.30.2.7,1.30.2.8


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: filemanager index.php,1.30.2.7,1.30.2.8
Date: Fri, 22 Nov 2002 21:53:36 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        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.30.2.7
retrieving revision 1.30.2.8
diff -C2 -r1.30.2.7 -r1.30.2.8
*** index.php   2 Sep 2002 00:21:50 -0000       1.30.2.7
--- index.php   23 Nov 2002 02:53:33 -0000      1.30.2.8
***************
*** 1,1783 ****
! <?php
! 
! ###
! # DEV NOTE:
! #
! # index.php is depreciated by the inc/class.xxphpwebhosting.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.xxphpwebhosting.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]