Changeset 2315


Ignore:
Timestamp:
03/22/10 10:04:29 (14 years ago)
Author:
rodsouza
Message:

Ticket #987 - Removendo criação de log desnecessária.

File:
1 edited

Legend:

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

    r2296 r2315  
    12951295                                { 
    12961296                                        global $link, $path, $template; 
    1297  
    1298                                         error_log( sprintf( $path, $module, $template, str_replace( '/', SEP, $css ) ) . "\n", 3, '/tmp/log' ); 
    12991297 
    13001298                                        if ( file_exists( sprintf( $path, $module, $template, str_replace( '/', SEP, $css ) ) ) ) 
Note: See TracChangeset for help on using the changeset viewer.