samba-cvs.cvs
[Top] [All Lists]

svn commit: samba r7136 - in branches/SAMBA_4_0/swat/scripting: .

Subject: svn commit: samba r7136 - in branches/SAMBA_4_0/swat/scripting: .
From: tridge@xxxxxxxxx
Date: Tue, 31 May 2005 04:40:13 +0000 (GMT)
Author: tridge
Date: 2005-05-31 04:40:10 +0000 (Tue, 31 May 2005)
New Revision: 7136

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7136

Log:
fixed a typo


Modified:
   branches/SAMBA_4_0/swat/scripting/common.js


Changeset:
Modified: branches/SAMBA_4_0/swat/scripting/common.js
===================================================================
--- branches/SAMBA_4_0/swat/scripting/common.js 2005-05-31 04:12:55 UTC (rev 
7135)
+++ branches/SAMBA_4_0/swat/scripting/common.js 2005-05-31 04:40:10 UTC (rev 
7136)
@@ -160,7 +160,7 @@
   attribute
 */
 function multi_table(array, header) {
-       if (elcount(v) == 0) {
+       if (elcount(array) == 0) {
                return;
        }
        write("<table class=\"data\">\n");

<Prev in Thread] Current Thread [Next in Thread>
  • svn commit: samba r7136 - in branches/SAMBA_4_0/swat/scripting: ., tridge <=