]> git.mjollnir.org Git - moodle.git/commitdiff
fixing bogus function calls
authortoyomoyo <toyomoyo>
Fri, 22 Sep 2006 01:49:23 +0000 (01:49 +0000)
committertoyomoyo <toyomoyo>
Fri, 22 Sep 2006 01:49:23 +0000 (01:49 +0000)
backup/backuplib.php

index 2f741755067dcaac833adadc03c2af924a5261c6..223e4e0f2ee831d10a7fe9683fc2cab8026eb2ad 100644 (file)
                     fwrite ($bf, end_tag("ROLE", 4, true));   
                 }  
             }   
-            fwrite ($bf, close_tag("ROLES_ASSIGNMENTS", 3, true));
+            fwrite ($bf, end_tag("ROLES_ASSIGNMENTS", 3, true));
             //Print header end
             fwrite ($bf,end_tag("HEADER",2,true));
         } else { 
                                 fwrite ($bf, end_tag("ROLE", 5, true));   
                             }  
                         }   
-                        fwrite ($bf, close_tag("ROLES_ASSIGNMENTS", 4, true));
+                        fwrite ($bf, end_tag("ROLES_ASSIGNMENTS", 4, true));
                         //End Block
                         fwrite ($bf,end_tag('BLOCK',3,true));
                     }
                         fwrite ($bf, end_tag("ROLE", 7, true));   
                     }  
                 }   
-                fwrite ($bf, close_tag("ROLES_ASSIGNMENTS", 6, true));
+                fwrite ($bf, end_tag("ROLES_ASSIGNMENTS", 6, true));
         
                
                
                             fwrite ($bf, end_tag("ROLE", 5, true));   
                         }  
                     }   
-                    fwrite ($bf, close_tag("ROLES_ASSIGNMENTS", 4, true));               
+                    fwrite ($bf, end_tag("ROLES_ASSIGNMENTS", 4, true));               
                                      
                 }
                 //End User tag
                 fwrite ($bf, end_tag("ROLE", $startlevel+1, true));   
             }  
         }   
-        fwrite ($bf, close_tag("ROLES_ASSIGNMENTS", $startlevel, true));     
+        fwrite ($bf, end_tag("ROLES_ASSIGNMENTS", $startlevel, true));     
     }
 ?>