Added "graphical structure".

Added label_get_participants() function.
This commit is contained in:
stronk7 2003-09-14 15:47:36 +00:00
parent 27a026c7e8
commit 2b9f062552
3 changed files with 36 additions and 1 deletions

View file

@ -2,6 +2,20 @@
//This php script contains all the stuff to backup/restore
//label mods
//This is the "graphical" structure of the label mod:
//
// label
// (CL,pk->id)
//
// Meaning: pk->primary key field of the table
// fk->foreign key to link with parent
// nt->nested field (recursive data)
// CL->course level info
// UL->user level info
// files->table may have files)
//
//-----------------------------------------------------------
//This function executes all the backup procedure about this mod
function label_backup_mods($bf,$preferences) {
global $CFG;