Merge branch 'master' of dev.sourcefabric.org:campcaster

This commit is contained in:
naomiaro 2010-09-13 17:19:44 -04:00
commit eff63827d7
39 changed files with 875 additions and 1162 deletions

View file

@ -458,7 +458,7 @@ class StoredFile {
if (!is_integer($storedFile->id)) {
// NOTE: POSTGRES-SPECIFIC
$sql = "SELECT currval('file_id_seq')";
$sql = "SELECT currval('".$CC_CONFIG["filesSequence"]."')";
$storedFile->id = $CC_DBC->getOne($sql);
}
// Insert metadata