drop Devel: prefix in links to wiki

This commit is contained in:
Dieter Adriaenssens
2011-03-29 10:02:02 +02:00
parent 6acf4acd25
commit fecfe761f9
3 changed files with 6 additions and 6 deletions

View File

@@ -773,7 +773,7 @@ function PMA_detectType($last_cumulative_type, &$cell) {
* Determines if the column types are int, decimal, or string
*
*
* @link http://wiki.phpmyadmin.net/pma/Devel:Import
* @link http://wiki.phpmyadmin.net/pma/Import
*
* @todo Handle the error case more elegantly
*
@@ -881,7 +881,7 @@ $import_notice = NULL;
* as necessary, as well as insert all the data.
*
*
* @link http://wiki.phpmyadmin.net/pma/Devel:Import
* @link http://wiki.phpmyadmin.net/pma/Import
*
* @access public
*