Ignore:
Timestamp:
Sep 15, 2011 4:37:57 AM (20 months ago)
Author:
alec
Message:
  • Fixed handling of enabled magic_quotes_gpc setting
  • Fixed PHP warning on connection error when submitting filter form
  • Fixed bug where new action row with flags wasn't handled properly
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/managesieve/lib/rcube_sieve_script.php

    r4806 r5215  
    685685            default: 
    686686                // empty or one character 
    687                 if ($str === '') { 
     687                if ($str === '' || $str === null) { 
    688688                    break 2; 
    689689                } 
Note: See TracChangeset for help on using the changeset viewer.