Skip to content
Snippets Groups Projects
Commit a35f1529 authored by Imran Hussain's avatar Imran Hussain
Browse files

Merge changes into beta

parent 8776bf00
No related branches found
No related tags found
1 merge request!5Move Beta to Current
...@@ -139,8 +139,9 @@ if (isset($_REQUEST['search']) && (trim($_REQUEST['search']) != "")) { ...@@ -139,8 +139,9 @@ if (isset($_REQUEST['search']) && (trim($_REQUEST['search']) != "")) {
$tidy_config['logical-emphasis'] = true; $tidy_config['logical-emphasis'] = true;
$book['description'] = tidy_repair_string($book['description'], $tidy_config); $book['description'] = tidy_repair_string($book['description'], $tidy_config);
// Commented out by ~imranh
// update db so we don't have to do this next time // update db so we don't have to do this next time
$DB->Execute("UPDATE books SET description=? WHERE id=?", array($book['description'],$book['id'])); //$DB->Execute("UPDATE books SET description=? WHERE id=?", array($book['description'],$book['id']));
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment