Ignore:
Timestamp:
11/10/11 14:57:58 (12 years ago)
Author:
niltonneto
Message:

Ticket #2276 - Resincronizando as revisões deste ticket para o Trunk.

File:
1 edited

Legend:

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

    r5141 r5164  
    419419 
    420420                /*! 
     421                * @function get_size_all 
     422                * @abstract Determine size of location 
     423                * @owner_id string      uid owner 
     424                */ 
     425                 
     426                function get_size_all($owner_id) { return 0; } 
     427                 
     428                /*! 
    421429                 * @function get_size 
    422430                 * @abstract Determine size of location 
Note: See TracChangeset for help on using the changeset viewer.