Changeset 3501 in subversion
- Timestamp:
- Apr 19, 2010 7:13:38 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/plugins/managesieve/lib/Net/Sieve.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/managesieve/lib/Net/Sieve.php
r3453 r3501 40 40 * @copyright 2006-2008 Anish Mistry 41 41 * @license http://www.opensource.org/licenses/bsd-license.php BSD 42 * @version SVN: $Id: Sieve.php 2 89313 2009-10-07 22:26:33Z yunosh $42 * @version SVN: $Id: Sieve.php 298158 2010-04-19 09:43:30Z yunosh $ 43 43 * @link http://pear.php.net/package/Net_Sieve 44 44 */ … … 84 84 * @copyright 2006-2008 Anish Mistry 85 85 * @license http://www.opensource.org/licenses/bsd-license.php BSD 86 * @version Release: @package_version@86 * @version Release: 1.2.1 87 87 * @link http://pear.php.net/package/Net_Sieve 88 88 * @link http://www.ietf.org/rfc/rfc3028.txt RFC 3028 (Sieve: A Mail … … 691 691 return $result; 692 692 } 693 if (PEAR::isError($result = $this->_doCmd( ))) {693 if (PEAR::isError($result = $this->_doCmd('', true))) { 694 694 return $result; 695 695 }
Note: See TracChangeset
for help on using the changeset viewer.
