Ignore:
Timestamp:
02/10/10 15:22:36 (14 years ago)
Author:
fpcorrea
Message:

Ticket #597 - Implementada paginação e correção de bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/filemanager/inc/upload.php

    r1924 r1997  
    11<?php 
    22require_once '../../header.session.inc.php'; 
    3  
    43/* This single file is used to increase upload_max_filesize and post_max_size using .htaccess*/ 
    54if(!isset($GLOBALS['phpgw_info'])){ 
     
    2019$path = $_POST['path']; 
    2120$show_upload_boxes = count($_FILES['upload_file']['name'])-1; 
    22  
    2321 
    2422function create_summaryImage($file){ 
     
    133131                        else 
    134132                        { 
    135  
    136133                                if ($bo->vfs->cp(array( 
    137134                                        'from'=> $_FILES['upload_file']['tmp_name'][$i], 
     
    186183                } 
    187184        } 
    188 if (count($return) > 0) 
     185if (count($return) > 0){ 
    189186                $_SESSION['response'] = serialize($return); 
     187} 
    190188        else 
    191189                 $_SESSION['response'] = serialize( array( 0 => 'Ok' ) ); 
Note: See TracChangeset for help on using the changeset viewer.