[Gtdb-commits] r43 - www

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Mar 3 02:21:10 CET 2010


Author: dahinds
Date: 2010-03-03 02:21:10 +0100 (Wed, 03 Mar 2010)
New Revision: 43

Modified:
   www/index.php
Log:
- Updated example code to use new db.mode option to init.gt.db().



Modified: www/index.php
===================================================================
--- www/index.php	2010-03-02 09:01:43 UTC (rev 42)
+++ www/index.php	2010-03-03 01:21:10 UTC (rev 43)
@@ -70,8 +70,7 @@
   <li>Create the gt.db tables, and load up the demo datasets
 <pre>
 use.gt.db(dbh)
-init.gt.db()
-.gt.db.options(db.mode='hex')
+init.gt.db(db.mode='hex')
 demo('setup.gt.demo')
 </pre>
   </li>



More information about the Gtdb-commits mailing list