Changeset 283

Show
Ignore:
Timestamp:
02/02/07 01:03:51 (2 years ago)
Author:
rats
Message:

fixed bug #61: wrong check type

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r282 r283  
    1515        - DOCU: 
    1616                changed the organisation of the documentation 
     17        - ENGINE: 
     18                ./vhcs2-dmn-mngr 
     19                        fixed bug #61:  wrong check type 
    1720 
    18212007-02-01 Benedikt Heintel 
  • trunk/engine/vhcs2-dmn-mngr

    r281 r283  
    36783678 
    36793679        # check wether AWStats is enabled 
    3680         if ($awstats_dir != 'no') { 
     3680        if ($awstats_dir ne 'no') { 
    36813681        $rs = dmn_add_awstats_data($dmn_data); 
    36823682 
     
    37803780 
    37813781        # check wether AWStats is enabled 
    3782         if ($awstats_dir != 'no') { 
     3782        if ($awstats_dir ne 'no') { 
    37833783        $rs = dmn_del_awstats_data($dmn_data); 
    37843784