lp_save.php 808 B

123456789101112131415161718192021222324252627282930313233
  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-15'; //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. <script language='javascript'>
  24. <?php
  25. if($_SESSION['oLP']->mode != 'fullscreen'){
  26. }
  27. ?>
  28. </script>
  29. </head>
  30. <body>
  31. </body></html>