From 8bcbf0f688790738bd0ebf7becf3f88a578eeadd Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Sun, 6 May 2012 08:01:34 +0530 Subject: [PATCH] Add missing tags --- libraries/import/shp.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libraries/import/shp.php b/libraries/import/shp.php index f992623c86..965c2bc2f6 100644 --- a/libraries/import/shp.php +++ b/libraries/import/shp.php @@ -64,6 +64,9 @@ if (isset($plugin_list)) { * 2) To use PMA_importGetNextChunk() functionality to read data, rather than * reading directly from a file. Using readFromBuffer() in place of fread(). * This makes it possible to use compressions. + * + * @package PhpMyAdmin-Import + * @subpackage ESRI_Shape */ class PMA_ShapeFile extends ShapeFile { @@ -126,6 +129,9 @@ if (isset($plugin_list)) { * 2) To use PMA_importGetNextChunk() functionality to read data, rather than * reading directly from a file. Using readFromBuffer() in place of fread(). * This makes it possible to use compressions. + * + * @package PhpMyAdmin-Import + * @subpackage ESRI_Shape */ class PMA_ShapeRecord extends ShapeRecord {