Adde TODO's
This commit is contained in:
parent
9dc8707c40
commit
5a0df2b6d5
1 changed files with 1 additions and 0 deletions
|
@ -192,6 +192,7 @@ class Application_Model_StoredFile
|
|||
if ($dbColumn == "track_title" && (is_null($mdValue) || $mdValue == "")) {
|
||||
continue;
|
||||
}
|
||||
# TODO : refactor string evals
|
||||
if (isset($this->_dbMD[$dbColumn])) {
|
||||
$propelColumn = $this->_dbMD[$dbColumn];
|
||||
$method = "set$propelColumn";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue