quotes fix
git-svn-id: https://develop.svn.wordpress.org/trunk@927 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
beffb648e5
commit
0f7719003d
@ -308,7 +308,7 @@ switch($action) {
|
||||
$hh = ($hh > 23) ? $hh - 24 : $hh;
|
||||
$mn = ($mn > 59) ? $mn - 60 : $mn;
|
||||
$ss = ($ss > 59) ? $ss - 60 : $ss;
|
||||
$datemodif = ", post_date = '".get_gmt_from_date('$aa-$mm-$jj $hh:$mn:$ss')."'";
|
||||
$datemodif = ", post_date = '".get_gmt_from_date("$aa-$mm-$jj $hh:$mn:$ss")."'";
|
||||
} else {
|
||||
$datemodif = '';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user