Session save path now fully supported
[mailer.git] / inc / rdf.class.php
index 36cda4dd0e26f5c797459455123bfc6a8856c232..d42bdbff8d0dce5e4ff8552a965f7808137a03d4 100644 (file)
@@ -1355,6 +1355,7 @@ class fase4_rdf {
                        fputs($fp, $request);
                        $reply = ""; $isContent = false; $dummy = "";
                        // Read reply
+                       $i=0;
                        while ( !feof($fp) ) {
                                $read = trim(fgets($fp, 4096));
                                if (substr($read, 0, 5) == "<?xml" || $isContent) {