From d9c199a9f8f9a03529e2eb0e1ab87c0d51c31714 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 31 May 2005 04:40:10 +0000 Subject: r7136: fixed a typo (This used to be commit d0374ffc87da225dfe8e57d9c4ae859b288fc913) --- swat/scripting/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swat/scripting/common.js') diff --git a/swat/scripting/common.js b/swat/scripting/common.js index d7252b3bf9..4fc3884db6 100644 --- a/swat/scripting/common.js +++ b/swat/scripting/common.js @@ -160,7 +160,7 @@ function simple_table(v) { attribute */ function multi_table(array, header) { - if (elcount(v) == 0) { + if (elcount(array) == 0) { return; } write("\n"); -- cgit