|
|
|
@ -3734,7 +3734,7 @@ class learnpath { |
|
|
|
$arrLP[] = array( |
|
|
|
$arrLP[] = array( |
|
|
|
'id' => $row['id'], |
|
|
|
'id' => $row['id'], |
|
|
|
'item_type' => $row['item_type'], |
|
|
|
'item_type' => $row['item_type'], |
|
|
|
'title' => $row['title'], |
|
|
|
'title' => addslashes($row['title']), |
|
|
|
'path' => $row['path'], |
|
|
|
'path' => $row['path'], |
|
|
|
'description' => $row['description'], |
|
|
|
'description' => $row['description'], |
|
|
|
'parent_item_id' => $row['parent_item_id'], |
|
|
|
'parent_item_id' => $row['parent_item_id'], |
|
|
|
|