Source for file lp_save.php
Documentation is available at lp_save.php
* Script that handles the saving of item status
* @package dokeos.learnpath
* @author Yannick Warnier <ywarnier@beeznest.org>
//done by lp_controller.php
* Switching within the field to update
$msg = $_SESSION['oLP']->get_message();
$charset = 'ISO-8859-1'; //not taken into account here as we don't include a header
error_log('New LP - Loaded lp_save : '. $_SERVER['REQUEST_URI']. ' from '. $_SERVER['HTTP_REFERER'],0);
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<script language='javascript'>
if($_SESSION['oLP']->mode != 'fullscreen'){
|