CC-4005: Tag files with Last Played date and number of times played

- fixed CRLF
This commit is contained in:
James 2012-09-10 18:07:12 -04:00
parent 645593f954
commit 585ee579d6
4 changed files with 10 additions and 10 deletions

View file

@ -689,9 +689,9 @@ class Application_Model_StoredFile
$fileSelect[] = $key;
$streamSelect[] = "NULL::NUMERIC AS ".$key;
} elseif ($key === "lptime") {
$plSelect[] = "NULL::TIMESTAMP AS ".$key;
$blSelect[] = "NULL::TIMESTAMP AS ".$key;
$fileSelect[] = $key;
$plSelect[] = "NULL::TIMESTAMP AS ".$key;
$blSelect[] = "NULL::TIMESTAMP AS ".$key;
$fileSelect[] = $key;
$streamSelect[] = $key;
}
//same columns in each table.