mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
parent
a05bd5e9d6
commit
d9c199a9f8
@ -160,7 +160,7 @@ function simple_table(v) {
|
||||
attribute
|
||||
*/
|
||||
function multi_table(array, header) {
|
||||
if (elcount(v) == 0) {
|
||||
if (elcount(array) == 0) {
|
||||
return;
|
||||
}
|
||||
write("<table class=\"data\">\n");
|
||||
|
Loading…
Reference in New Issue
Block a user