[GRASS-SVN] r44239 - grass/branches/develbranch_6/db/base

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 7 18:00:43 EST 2010


Author: neteler
Date: 2010-11-07 15:00:43 -0800 (Sun, 07 Nov 2010)
New Revision: 44239

Modified:
   grass/branches/develbranch_6/db/base/db.execute.html
Log:
HTML fix

Modified: grass/branches/develbranch_6/db/base/db.execute.html
===================================================================
--- grass/branches/develbranch_6/db/base/db.execute.html	2010-11-07 23:00:38 UTC (rev 44238)
+++ grass/branches/develbranch_6/db/base/db.execute.html	2010-11-07 23:00:43 UTC (rev 44239)
@@ -93,7 +93,7 @@
 </pre></div>
 
 <P>
-<em>Join table 'myroads' into table 'extratab' based on common 'cat' column values (not supported by DBF driver):<br>
+<em>Join table 'myroads' into table 'extratab' based on common 'cat' column values (not supported by DBF driver):</em><br>
 <div class="code"><pre>
 echo "UPDATE extratab SET names=(SELECT label FROM myroads WHERE extratab.cat=myroads.cat);" | db.execute
 </pre></div>



More information about the grass-commit mailing list