Retire PLA v1 functions
This commit is contained in:
@@ -22,10 +22,6 @@ $config->configDefinition('command','libraryinfo',array(
|
||||
'summary'=>'Library Info',
|
||||
'desc'=>'Information on Automated Tape Libraries.',
|
||||
'default'=>'library.info'));
|
||||
$config->configDefinition('command','nodedetail',array(
|
||||
'summary'=>'Node Detail',
|
||||
'desc'=>'Detail of Node Storage Usage.',
|
||||
'default'=>'node.detail'));
|
||||
$config->configDefinition('command','nodeoccupancy',array(
|
||||
'summary'=>'Node Occupancy',
|
||||
'desc'=>'Summary of Node Occupancy.',
|
||||
@@ -34,10 +30,6 @@ $config->configDefinition('command','nodesummary',array(
|
||||
'summary'=>'Node Summary',
|
||||
'desc'=>'Summary of Node activities.',
|
||||
'default'=>'node.summary'));
|
||||
$config->configDefinition('command','nodethruput',array(
|
||||
'summary'=>'Node Traffic',
|
||||
'desc'=>'This will show recent node traffic.',
|
||||
'default'=>'node.thruput'));
|
||||
$config->configDefinition('command','schedulegantt',array(
|
||||
'summary'=>'Schedule Gantt',
|
||||
'desc'=>'Gantt view of todays schedules.',
|
||||
|
@@ -968,7 +968,7 @@ function masort(&$data,$sortby,$rev=0) {
|
||||
|
||||
if (empty($CACHE[$sortby])) {
|
||||
$code = "\$c=0;\n";
|
||||
foreach (split(',',$sortby) as $key) {
|
||||
foreach (explode(',',$sortby) as $key) {
|
||||
$code .= "if (is_object(\$a) || is_object(\$b)) {\n";
|
||||
$code .= " if (\$a->$key != \$b->$key)\n";
|
||||
|
||||
|
Reference in New Issue
Block a user