Fix query bug in learnpathItem::write_to_db()

1.9.x
Yannick Warnier 10 years ago
parent 960899a6b2
commit a667212d82
  1. 2
      main/newscorm/learnpathItem.class.php

@ -4052,7 +4052,7 @@ class learnpathItem
lesson_location = '" . $this->lesson_location . "'
WHERE
c_id = $course_id AND
lp_item_id = " . $this->db_id . "AND
lp_item_id = " . $this->db_id . " AND
lp_view_id = " . $this->view_id . " AND
view_count = " . $this->get_attempt_id();

Loading…
Cancel
Save