MAke it work for pgsql. thanks to xzilla!
This commit is contained in:
parent
1ef15032dd
commit
9041bda1a0
@ -1199,7 +1199,7 @@ function serendipity_updertEntry($entry) {
|
||||
}
|
||||
}
|
||||
|
||||
if ($entry['isdraft'] === 'false' && $_entry['isdraft'] === 'false') {
|
||||
if (!serendipity_db_bool($entry['isdraft']) && !serendipity_db_bool($_entry['isdraft'])) {
|
||||
$entry['last_modified'] = time();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user