This commit is contained in:
Simon Kornblith 2007-03-22 20:43:15 +00:00
parent 97850dabb3
commit 2e9c9de761

View File

@ -10530,7 +10530,7 @@ function formatFirstAuthor(authors, useTypes) {
}
function formatDate(date) {
var date = date.substr(0, item.date.indexOf(" "));
var date = date.substr(0, date.indexOf(" "));
if(date.substr(4, 3) == "-00") {
date = date.substr(0, 4);
} else if(date.substr(7, 3) == "-00") {