ispman/ispman-web/cgi-bin/tmpl menu.tmpl,1.62,1.63
Joerg Delker <[email protected]> Wed, 31 Dec 2008 17:24:33 +0000
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv29633/ispman-web/cgi-bin/tmpl
Modified Files:
menu.tmpl
Log Message:
fixed cosmetic bug with db selection
Index: menu.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/menu.tmpl,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- menu.tmpl 29 Dec 2008 16:18:23 -0000 1.62
+++ menu.tmpl 31 Dec 2008 17:24:31 -0000 1.63
@@ -80,7 +80,9 @@
}
}
function editDatabase(dbName){
- doThis("edit_database_form", "ispmanDBName="+dbName);
+ if (dbName){
+ doThis("edit_database_form", "ispmanDBName="+dbName);
+ }
}
//-->
------------------------------------------------------------------------------