mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Typo in lime_rpc function
This commit is contained in:
@@ -198,7 +198,7 @@ if (!empty($rs))
|
||||
foreach($rs as $r)
|
||||
{
|
||||
//interrogate server for tokens table
|
||||
lime_rpc_init($r['rpc_url'],$r['username'],$r['password']);
|
||||
limerpc_init($r['rpc_url'],$r['username'],$r['password']);
|
||||
|
||||
$l = $limeRPC->get_summary($limeKey,$r['lime_sid'],'token_count'); //get number of tokens
|
||||
|
||||
|
||||
Reference in New Issue
Block a user