r7136: fixed a typo
authorAndrew Tridgell <tridge@samba.org>
Tue, 31 May 2005 04:40:10 +0000 (04:40 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:17:21 +0000 (13:17 -0500)
(This used to be commit d0374ffc87da225dfe8e57d9c4ae859b288fc913)

swat/scripting/common.js

index d7252b3bf9460bd4e873d05e526c553bc4831e97..4fc3884db6fd6b524cd5be7dee17a25b6d6c3c2d 100644 (file)
@@ -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");