Changeset 6015 in subversion


Ignore:
Timestamp:
Mar 15, 2012 3:58:48 PM (14 months ago)
Author:
alec
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release-0.7/plugins/managesieve/lib/rcube_sieve_script.php

    r5452 r6015  
    10591059                    } 
    10601060                } 
     1061                // fallback, skip one character as infinite loop prevention 
     1062                else { 
     1063                    $str = substr($str, 1); 
     1064                } 
    10611065 
    10621066                break; 
Note: See TracChangeset for help on using the changeset viewer.