Show
Ignore:
Timestamp:
06/04/08 01:37:02 (6 months ago)
Author:
rats
Message:

* Updated net2ftp to version 0.97
* Updated SquirrelMail to version 1.4.15

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gui/tools/filemanager/modules/browse/browse.inc.php

    r1163 r1198  
    33//   ------------------------------------------------------------------------------- 
    44//  |                  net2ftp: a web based FTP client                              | 
    5 //  |              Copyright (c) 2003-2007 by David Gartner                         | 
     5//  |              Copyright (c) 2003-2008 by David Gartner                         | 
    66//  |                                                                               | 
    77//  | This program is free software; you can redistribute it and/or                 | 
     
    162162// **                                                                                  ** 
    163163 
    164 function net2ftp_module_printBodyonload() { 
     164function net2ftp_module_printBodyOnload() { 
    165165 
    166166// -------------- 
     
    171171//      echo ""; 
    172172 
    173 } // end function net2ftp_printBodyonload 
     173} // end function net2ftp_printBodyOnload 
    174174 
    175175// **                                                                                  ** 
     
    209209//              return false; 
    210210//      } 
    211  
    212  
    213 // ------------------------------------------------------------------------- 
    214 // Print the statusbar 
    215 // ------------------------------------------------------------------------- 
    216         if ($net2ftp_globals["state2"] == "main") { 
    217                 require_once($net2ftp_globals["application_skinsdir"] . "/" . $net2ftp_globals["skin"] . "/statusbar.template.php"); 
    218         } 
    219211 
    220212