Ignore:
Timestamp:
05/27/10 15:26:38 (14 years ago)
Author:
niltonneto
Message:

Ticket #1088 - Correção para validar corretamente limite máximo de anexo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/admin/inc/class.uiconfig.inc.php

    r1325 r2873  
    200200                        $t->set_var('row_on',    $GLOBALS['phpgw_info']['theme']['row_on']); 
    201201                        $t->set_var('row_off',   $GLOBALS['phpgw_info']['theme']['row_off']); 
     202                        $t->set_var('php_upload_limit',str_replace('M','',ini_get('upload_max_filesize'))); 
    202203                        $t->pparse('out','header'); 
    203204 
Note: See TracChangeset for help on using the changeset viewer.