[wp-cvs] wordpress/wp-includes wp-db.php,1.14,1.15
Matthew Mullenweg
saxmatt at users.sourceforge.net
Fri Aug 20 17:56:53 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21044/wp-includes
Modified Files:
wp-db.php
Log Message:
Typo.
Index: wp-db.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/wp-db.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** wp-db.php 20 Aug 2004 17:52:49 -0000 1.14
--- wp-db.php 20 Aug 2004 17:56:51 -0000 1.15
***************
*** 296,300 ****
$time_end = $mtime[1] + $mtime[0];
$time_total = $time_end - $this->time_start;
! return $timetotal;
}
--- 296,300 ----
$time_end = $mtime[1] + $mtime[0];
$time_total = $time_end - $this->time_start;
! return $time_total;
}
More information about the cvs
mailing list