You are not authorized to access that location.

Missing Method in StudyProgramsController

Error: The action delete is not defined in controller StudyProgramsController

Error: Create StudyProgramsController::delete() in file: app/controllers/study_programs_controller.php.

<?php
class StudyProgramsController extends AppController {

	var $name = 'StudyPrograms';


	function delete() {

	}

}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.