[wp-cvs] wordpress xmlrpc.php,1.57.2.1,1.57.2.2
Michel Valdrighi
michelvaldrighi at users.sourceforge.net
Mon May 31 13:27:53 CDT 2004
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28740
Modified Files:
Tag: WordPress-Ver-1_2_1-Branch
xmlrpc.php
Log Message:
ah, oops. used timestamp instead of mysql
Index: xmlrpc.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/xmlrpc.php,v
retrieving revision 1.57.2.1
retrieving revision 1.57.2.2
diff -C2 -d -r1.57.2.1 -r1.57.2.2
*** xmlrpc.php 31 May 2004 17:20:29 -0000 1.57.2.1
--- xmlrpc.php 31 May 2004 18:27:51 -0000 1.57.2.2
***************
*** 1303,1308 ****
$post_date_gmt = iso8601_to_datetime($dateCreated, GMT);
} else {
! $post_date = current_time('timestamp');
! $post_date_gmt = current_time('timestamp', 1);
}
--- 1303,1308 ----
$post_date_gmt = iso8601_to_datetime($dateCreated, GMT);
} else {
! $post_date = current_time('mysql');
! $post_date_gmt = current_time('mysql', 1);
}
More information about the cvs
mailing list