Changeset 5215 in subversion for trunk/plugins/managesieve/lib/rcube_sieve_script.php
- Timestamp:
- Sep 15, 2011 4:37:57 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/managesieve/lib/rcube_sieve_script.php
r4806 r5215 685 685 default: 686 686 // empty or one character 687 if ($str === '' ) {687 if ($str === '' || $str === null) { 688 688 break 2; 689 689 }
Note: See TracChangeset
for help on using the changeset viewer.
