File: IMAPProtocol.php.getNextToken

package info (click to toggle)
php-net-imap 1.1.0beta2-1.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 300 kB
  • ctags: 760
  • sloc: php: 3,865; xml: 321; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,782 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Index: php-net-imap-1.1.0beta2/Net_IMAP-1.1.0beta2/IMAPProtocol.php
===================================================================
--- php-net-imap-1.1.0beta2.orig/Net_IMAP-1.1.0beta2/IMAPProtocol.php	2008-07-12 13:26:17.383631548 +0200
+++ php-net-imap-1.1.0beta2/Net_IMAP-1.1.0beta2/IMAPProtocol.php	2008-07-12 13:26:17.447630773 +0200
@@ -2569,9 +2569,9 @@
         }
         switch ($str[0]) {
         case '{':
-            if ($posClosingBraces = $this->_getClosingBracesPos($str, 
+	    if (($posClosingBraces = $this->_getClosingBracesPos($str,
                                                                 '{', 
-                                                                '}') == false) {
+								'}')) == false) {
                 $this->_protError('_getClosingBracesPos() error!!!', 
                                   __LINE__, 
                                   __FILE__);
Index: php-net-imap-1.1.0beta2/package.xml
===================================================================
--- php-net-imap-1.1.0beta2.orig/package.xml	2008-07-12 13:34:24.275627896 +0200
+++ php-net-imap-1.1.0beta2/package.xml	2008-07-12 13:35:07.883972982 +0200
@@ -42,7 +42,7 @@
    <file baseinstalldir="Net" md5sum="da2c67c2478b014e2b5b2fd5e82180e7" name="tests/testAll.php" role="test" />
    <file baseinstalldir="Net" md5sum="2eb9e1da8d16a6f5b06bc791540f0b02" name="tests/testIMAP.php" role="test" />
    <file baseinstalldir="Net" md5sum="1a90d6828df4fe087fcfec1463a1e5f7" name="IMAP.php" role="php" />
-   <file baseinstalldir="Net" md5sum="baa464d3de9579948ad14355d65d6e2f" name="IMAPProtocol.php" role="php" />
+   <file baseinstalldir="Net" md5sum="18ff069a2f38e56a89d1e51e93f3a88e" name="IMAPProtocol.php" role="php" />
   </dir>
  </contents>
  <dependencies>