Merge branch '1.9.x' into 1.10.x

1.10.x
Julio Montoya 11 years ago
parent 5ed1b4ee59
commit 48bb30676b
  1. 2
      main/inc/lib/api.lib.php

@ -3601,7 +3601,7 @@ function api_item_property_update(
$filter = " c_id = $course_id AND tool='$tool' AND ref='$item_id' $condition_session ";
if ($item_id == '*') {
if ($item_id === '*') {
// For all (not deleted) items of the tool
$filter = " c_id = $course_id AND tool = '$tool' AND visibility<>'2' $condition_session";
}

Loading…
Cancel
Save