Ignore:
Timestamp:
11/03/11 13:53:15 (13 years ago)
Author:
wmerlotto
Message:

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus, modulo phpgwapi.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/inc/class.vfs_sql.inc.php

    r5036 r5141  
    25132513                } 
    25142514                 
    2515                 function get_size_all($owner_id) 
    2516                 { 
    2517                         $query = $GLOBALS['phpgw']->db->query ("SELECT Sum(size) FROM phpgw_vfs WHERE owner_id = '".$owner_id."'" . 
    2518                                                                                                         $this->extra_sql(array ('query_text' => VFS_SQL_SELECT))); 
    2519                         $GLOBALS['phpgw']->db->next_record (); 
    2520                          
    2521                         $size = $GLOBALS['phpgw']->db->Record[0];                        
    2522                          
    2523                         return $size; 
    2524                 }                
    2525  
    25262515                /*return the total number of files in path*/ 
    25272516                function count_files($data){ 
Note: See TracChangeset for help on using the changeset viewer.