- Fixed incorrect variable name in comment.
1 parent 4f3a8c5 commit 0ca9129a8a3ccb96fa5da31b77482d0ad0e6bdab
nstanger authored on 7 May 2009
Showing 1 changed file
View
2
■■■
Repositories/statistics/scripts/eprints-usage_src.php
$num_rows = mysql_num_rows($result);
if ($num_rows > 0) {
$row = mysql_fetch_assoc($result);
$lastproc = $row["lastproc"];
// NJS 2007-01-30 Refactored $databaseA to more meaningful $test_lastproc.
// NJS 2007-01-30 Refactored $datetestA to more meaningful $test_lastproc.
$test_lastproc = strtotime($lastproc);
}
else {
$test_lastproc = 0;