[svn r15645] Removed notice-level messages

skala
Yannick Warnier 17 years ago
parent 76049f4111
commit a3ba5f4a81
  1. 2
      main/inc/reduced_header.inc.php
  2. 4
      main/newscorm/lp_controller.php

@ -123,7 +123,7 @@ if (!empty($lp_theme_log)){
}
// Sets the css reference it is call from lp_nav.php, lp_toc.php, lp_message, lp_log.php
if ($scorm_css_header)
if (!empty($scorm_css_header))
{
if (!empty($my_style))
{

@ -91,8 +91,8 @@ if(isset($_SESSION['lpobject']))
}
if($debug>0) error_log('New LP - Passed data remains check',0);
if($lp_found == false
|| ($_SESSION['oLP']->get_id() != $_REQUEST['lp_id'])
if($lp_found == false
|| (!empty($_REQUEST['lp_id']) && $_SESSION['oLP']->get_id() != $_REQUEST['lp_id'])
)
{
if($debug>0) error_log('New LP - oLP is not object, has changed or refresh been asked, getting new',0);

Loading…
Cancel
Save