mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Multiple - Add IDs to common/default action buttons.
This commit is contained in:
@@ -234,7 +234,7 @@ if (!class_exists('vars')) {
|
||||
|
||||
//overwrite
|
||||
$array[$this->table][$x][$this->uuid_prefix.'uuid'] = uuid();
|
||||
$array[$this->table][$x]['var_description'] = trim($row['var_description'].' ('.$text['label-copy'].')');
|
||||
$array[$this->table][$x]['var_description'] = base64_encode(trim(base64_decode($row['var_description'])).' ('.$text['label-copy'].')');
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user