Changeset 3260
- Timestamp:
- Apr 23, 2007, 9:46:58 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/config/dist/base.config
r2966 r3260 144 144 cache.timeout = 20 145 145 146 #Overwrite the existing help texts when updating the program 147 helptext.update = true 148 -
trunk/src/install/net/sf/basedb/install/Webclient.java
r2722 r3260 25 25 package net.sf.basedb.install; 26 26 27 import net.sf.basedb.core.Config; 27 28 import net.sf.basedb.core.SessionControl; 28 29 import net.sf.basedb.core.Application; … … 175 176 HelpImporter helpImp = new HelpImporter(); 176 177 helpImp.init(sc, null, null); 177 helpImp.installHelpTexts(client, false, is);178 helpImp.installHelpTexts(client, Config.getBoolean("helptext.update"), is); 178 179 } 179 180 }
Note: See TracChangeset
for help on using the changeset viewer.