CC-4005: Tag files with Last Played date and number of times played
- fixed CRLF
This commit is contained in:
parent
645593f954
commit
585ee579d6
4 changed files with 10 additions and 10 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue