Fixing error due recent merge

skala
Julio Montoya 12 years ago
parent e6a6c08c28
commit f1643bf5e7
  1. 3
      main/newscorm/learnpath.class.php

@ -2721,7 +2721,7 @@ class learnpath
return $prereq;
}
}
}
}
/**
* Returns the XML DOM document's node
@ -10506,6 +10506,7 @@ EOD;
$previous_item_id = $item->get_id();
$previous_item_max = $item->get_max();
$previous_item_type = $item->get_type();
}
}
}

Loading…
Cancel
Save