cc-4292: Initial fix of the MD5 issue. Now MD5's are only collected not really used for anything. Moves are handled completely

through paths.
This commit is contained in:
Rudi Grinberg 2012-09-11 16:02:39 -04:00
parent 6c1d7fedc1
commit 355b0ad35d
3 changed files with 12 additions and 8 deletions

View file

@ -46,7 +46,7 @@ class Application_Model_Webstream implements Application_Model_LibraryEditable
$di = new DateInterval("PT{$hours}H{$min}M{$sec}S");
return $di->format("%Hh %Im");
}
}
return "";
}