Ignore:
Timestamp:
11/20/09 15:17:35 (14 years ago)
Author:
amuller
Message:

Ticket #597 - melhorias no modulo gerenciador de arquivos para arquivos grandes

File:
1 edited

Legend:

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

    r1648 r1693  
    23912391                                return False; 
    23922392                        } 
    2393                         // INSERT INTO phpgw_vfs_quota values('/home/amuller',200); 
    2394                         // 
    23952393                        return $GLOBALS['phpgw']->db->query("INSERT INTO phpgw_vfs_quota VALUES ('".$data['string']."',".$data['new_quota'].");", __LINE__,__FILE__); 
    23962394                } 
Note: See TracChangeset for help on using the changeset viewer.