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

tridge at samba.org tridge at samba.org
Tue May 31 04:40:13 GMT 2005


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");



More information about the samba-cvs mailing list