Skip to content

Commit

Permalink
Fixed an issue with items being too long breaking display of a folder
Browse files Browse the repository at this point in the history
  • Loading branch information
vasily committed Jan 17, 2013
1 parent 6103b16 commit 446df42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sources/items.queries.php
Original file line number Diff line number Diff line change
Expand Up @@ -1802,6 +1802,10 @@
}
// Get folder complexity
$folder_complexity = $db->fetchRow("SELECT valeur FROM ".$pre."misc WHERE type = 'complex' AND intitule = '".$_POST['id']."'");

// Fixing items not being displayed
$html = iconv('UTF-8', 'UTF-8//IGNORE', $html);

// Prepare returned values
$return_values = array(
"recherche_group_pf" => $recherche_group_pf,
Expand Down

0 comments on commit 446df42

Please sign in to comment.