]> git.mjollnir.org Git - moodle.git/commitdiff
Added some flushes to avoid some browsers timeouts
authorstronk7 <stronk7>
Tue, 15 Jul 2003 18:10:15 +0000 (18:10 +0000)
committerstronk7 <stronk7>
Tue, 15 Jul 2003 18:10:15 +0000 (18:10 +0000)
when calculating what to backup (check phase).

backup/backuplib.php

index 5fdba945103125b5b8da8fbb5d2e0af86cf6cc77..920403e1086dba55b9927e2994049d684aa0f632 100644 (file)
@@ -88,6 +88,8 @@
                     }
                 }
             }
+            //Do some output     
+            backup_flush(30);
         }
             
         //Prepare Info
                                            (backup_code, file_type, path, old_id)
                                        VALUES
                                            ('$backup_unique_code','user','$dir','$userid')",false);
+            //Do some output
+            backup_flush(30);
             }
         }
 
                                            VALUES
                                               ('$backup_unique_code','course','$dir')",false);
                 }
+            //Do some output
+            backup_flush(30);
             }
         }