mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
remove unneeded echo
This commit is contained in:
parent
0faef9cd18
commit
ad3678e60c
|
@ -245,7 +245,6 @@ $('body').on('click', '.order-btn', function(ev) {
|
|||
foreach($attributes as $attribute) {
|
||||
$arr = $this->callHook('showFolderAttribute', $folder, $attribute);
|
||||
if(is_array($arr)) {
|
||||
echo $txt;
|
||||
echo "<tr>";
|
||||
echo "<td>".$arr[0].":</td>";
|
||||
echo "<td>".$arr[1].":</td>";
|
||||
|
|
Loading…
Reference in New Issue
Block a user