Pārlūkot izejas kodu

temporal: docs update for trac https://trac.osgeo.org/grass/ticket/2258

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63769 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 10 gadi atpakaļ
vecāks
revīzija
239e768c93
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      lib/temporal/lib/default_name.c

+ 2 - 2
lib/temporal/lib/default_name.c

@@ -3,7 +3,7 @@
   
   \brief Temporal GIS Library (base) - default settings
   
-  (C) 2012 by the GRASS Development Team
+  (C) 2012-2014 by the GRASS Development Team
   
   This program is free software under the GNU General Public License
   (>=v2). Read the file COPYING that comes with GRASS for details.
@@ -32,7 +32,7 @@ const char *tgis_get_default_driver_name(void)
 /*!
   \brief Get default TGIS database name for the sqlite connection
 
-  The default name is $GISDBASE/$LOCATION_NAME/PERMANENT/tgis/sqlite.db
+  The default name is $GISDBASE/$LOCATION_NAME/$MAPSET/tgis/sqlite.db
 
   \return pointer to default TGIS database name
 */