dokeos-learnpath
[ class tree: dokeos-learnpath ] [ index: dokeos-learnpath ] [ all elements ]

Source for file lp_save.php

Documentation is available at lp_save.php

  1. <?php //$id: $
  2. /**
  3.  * Script that handles the saving of item status
  4.  * @package dokeos.learnpath
  5.  * @author Yannick Warnier <ywarnier@beeznest.org>
  6.  */
  7. /**
  8.  * Init
  9.  */
  10. //done by lp_controller.php
  11. /**
  12.  * Switching within the field to update
  13.  */
  14. $msg $_SESSION['oLP']->get_message();
  15. $charset 'ISO-8859-1'//not taken into account here as we don't include a header
  16. error_log('New LP - Loaded lp_save : '.$_SERVER['REQUEST_URI'].' from '.$_SERVER['HTTP_REFERER'],0);
  17. ?>
  18. <!DOCTYPE html 
  19.      PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  20.      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  21. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  22. <head>
  23.  
  24. <script language='javascript'>
  25. <?php
  26. if($_SESSION['oLP']->mode != 'fullscreen'){
  27. }
  28. ?>
  29. </script>
  30.  
  31. </head>
  32. <body>
  33. </body></html>

Documentation generated on Thu, 12 Jun 2008 14:03:03 -0500 by phpDocumentor 1.4.1