Ignore:
Timestamp:
Jul 3, 2009, 1:49:06 PM (15 years ago)
Author:
maron
Message:

oprava chyby s mezerou na konci a začátku textu, oprava místo textu null

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/global_function.php

    r240 r241  
    274274    $new = str_replace("�", "", $new);
    275275
     276        if (($old == 'null') or ($old == 'NULL')) $old = '';
     277        if (($new == 'null') or ($new == 'NULL')) $new = '';
     278       
     279       
    276280    if(($old <> $new) and ($GroupItem['Column'] <> 'Comment'))
    277281    {
Note: See TracChangeset for help on using the changeset viewer.