CC-2271 1.8.2 code cleanup tasks
changing 1.8.1 upgrade script to using raw source first.
This commit is contained in:
parent
d6616004a6
commit
b84854c13c
15 changed files with 230 additions and 20 deletions
|
@ -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();
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue