attempt to fix backslash problem (not tested)

This commit is contained in:
real_nowhereman 2010-10-08 18:01:59 +00:00
parent 44257345c9
commit b739d502f5
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@
}
function draft_save($entry, $id=null, $update_index = false, $update_date=false) {
function draft_save(&$entry, $id=null, $update_index = false, $update_date=false) {
if (!$id) {
$id = bdb_idfromtime('entry', $entry['date']);

View File

@ -695,7 +695,7 @@
}
// @TODO : check against schema ?
function entry_prepare($entry) { // prepare for serialization
function entry_prepare(&$entry) { // prepare for serialization
global $post;
// fill in missing value