Adde TODO's

This commit is contained in:
Rudi Grinberg 2012-10-03 12:01:24 -04:00
parent 9dc8707c40
commit 5a0df2b6d5

View file

@ -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";