CC-3174 : showbuilder
remove extra ;
This commit is contained in:
parent
318a0345bb
commit
f01a872bea
1 changed files with 1 additions and 1 deletions
|
@ -590,7 +590,7 @@ class Application_Model_StoredFile {
|
|||
else if ($key === "year") {
|
||||
|
||||
$plSelect[] = "EXTRACT(YEAR FROM utime)::varchar AS ".$key;
|
||||
$fileSelect[] = "EXTRACT(YEAR FROM to_date(year, 'YYYY-MM-DD'))::varchar AS ".$key;;
|
||||
$fileSelect[] = "EXTRACT(YEAR FROM to_date(year, 'YYYY-MM-DD'))::varchar AS ".$key;
|
||||
}
|
||||
//need to cast certain data as ints for the union to search on.
|
||||
else if (in_array($key, array("track_number", "bit_rate", "sample_rate"))){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue