We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f950578 commit 1e05b46Copy full SHA for 1e05b46
ajaxCRUD.class.php
@@ -1529,7 +1529,6 @@ function showTable(){
1529
$canRowBeUpdated = call_user_func($this->validate_update_with_function, $id);
1530
}
1531
1532
-
1533
foreach($this->display_fields as $field){
1534
$cell_data = $row[$field];
1535
@@ -1609,7 +1608,7 @@ function showTable(){
1609
1608
1610
1611
else{
1612
- $table_html .= $cell_data;
+ $table_html .= stripslashes($cell_data);
1613
1614
1615
}//if field is not editable
0 commit comments