CC-2271 1.8.2 code cleanup tasks

changing 1.8.1 upgrade script to using raw source first.
This commit is contained in:
Naomi 2011-05-18 14:22:45 -04:00
parent d6616004a6
commit b84854c13c
15 changed files with 230 additions and 20 deletions

View file

@ -40,6 +40,9 @@ class RabbitMq
}
}
/*
* wait for 1.9.0 release
public static function SendFileMetaData($md)
{
global $CC_CONFIG;
@ -61,6 +64,7 @@ class RabbitMq
$channel->close();
$conn->close();
}
*/
}