//
// classtest.js
//
// functions for use with iLrn 5.0 classtest branch - this is a temporary file.
//

function notImplemented()
{
	// ILRN-19081: Capitalized the word "this" in the following sentence.
    alert ("This feature has not been implemented for this release of iLrn.");
}
