jangliss %!s(int64=19) %!d(string=hai) anos
pai
achega
ab752cb29a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      functions/imap_general.php

+ 1 - 1
functions/imap_general.php

@@ -903,7 +903,7 @@ function sqimap_get_delimiter ($imap_stream = false) {
     }
 
     /* Delimiter is stored in the session from redirect.  Try fetching from there first */
-    if (empty($sqimap_delimiter) {
+    if (empty($sqimap_delimiter)) {
         sqgetGlobalVar('delimiter',$sqimap_delimiter,SQ_SESSION);
     }