Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix #843
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7699 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Dec 1, 2007
1 parent 5ff8ecf commit eefe679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/grass/qgsgrassmodule.cpp
Expand Up @@ -2644,7 +2644,7 @@ void QgsGrassModuleGdalInput::updateQgisLayers()
// Construct OGR DSN
QgsDataSourceURI dsUri(provider->dataSourceUri());
uri = "PG:" + dsUri.connInfo();
ogrLayer = dsUri.schema() + "." + dsUri.table();
ogrLayer = dsUri.table();
}
else
{
Expand Down

0 comments on commit eefe679

Please sign in to comment.