Changeset 914 for trunk/wp-admin/upgrade-functions.php
- Timestamp:
- 02/23/2004 03:42:40 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/upgrade-functions.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upgrade-functions.php
r911 r914 713 713 } 714 714 715 / * for GMT dates: this is commented until all of WP can deal with GMT715 // Convert all datetime fields' values to GMT, and update $time_difference 716 716 $time_difference = get_settings('time_difference'); 717 717 … … 731 731 $add_hours = intval($diff_gmt_weblogger); 732 732 $add_minutes = intval(60 * ($diff_gmt_weblogger - $add_hours)); 733 734 #field names to update:735 #wp_posts.post_date736 #wp_posts.post_modified737 #wp_comments.comment_date738 #wp_users.dateYMDhour739 733 740 734 #the queries are simple … … 754 748 755 749 } 756 */757 750 758 751 }
Note: See TracChangeset
for help on using the changeset viewer.