Revert typo. Thanks autocomplete for randomly modifying my file. see #14026.

git-svn-id: https://develop.svn.wordpress.org/trunk@15307 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-06-23 07:22:43 +00:00
parent f3100ef18c
commit 0f2f62762b
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ if ( isset( $_GET['download'] ) ) {
$mm_start = isset($_GET['mm_start']) ? $_GET['mm_start'] : 'all';
$mm_end = isset($_GET['mm_end']) ? $_GET['mm_end'] : 'all';
if( $mm_start != 'all' ) {
$start_date = sprintf( "%04d-%02d-%02d", substr( $MM._start, 0, 4 ), substr( $mm_start, 5, 2 ), 1 );
$start_date = sprintf( "%04d-%02d-%02d", substr( $mm_start, 0, 4 ), substr( $mm_start, 5, 2 ), 1 );
} else {
$start_date = 'all';
}