Ignore:
Timestamp:
11/03/11 13:53:15 (12 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/csstidy/class.csstidy.php

    r3052 r5141  
    932932 * @version 1.0 
    933933 */ 
    934 function is_important(&$value) 
     934static function is_important(&$value) 
    935935{ 
    936936        return (!strcasecmp(substr(str_replace($GLOBALS['csstidy']['whitespace'],'',$value),-10,10),'!important')); 
Note: See TracChangeset for help on using the changeset viewer.