Be more verbose on error.
This commit is contained in:
@@ -8,6 +8,7 @@ $Source$
|
|||||||
2006-04-26 Michal Čihař <michal@cihar.com>
|
2006-04-26 Michal Čihař <michal@cihar.com>
|
||||||
* libraries/plugin_interface.lib.php:
|
* libraries/plugin_interface.lib.php:
|
||||||
- Display information that there are no settings.
|
- Display information that there are no settings.
|
||||||
|
- Be more verbose on error.
|
||||||
|
|
||||||
2006-04-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
2006-04-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||||
* themes/*:
|
* themes/*:
|
||||||
|
@@ -212,7 +212,7 @@ function PMA_pluginGetOneOption($section, $plugin_name, $id, &$opt)
|
|||||||
/* This should be seen only by plugin writers, so I do not thing this
|
/* This should be seen only by plugin writers, so I do not thing this
|
||||||
* needs translation. */
|
* needs translation. */
|
||||||
$ret .= '<td colspan="2">';
|
$ret .= '<td colspan="2">';
|
||||||
$ret .= 'UNKNOWN OPTION IN IMPORT PLUGIN ' . $plugin_name . '!';
|
$ret .= 'UNKNOWN OPTION ' . $opt['type'] . ' IN IMPORT PLUGIN ' . $plugin_name . '!';
|
||||||
}
|
}
|
||||||
if (isset($opt['doc'])) {
|
if (isset($opt['doc'])) {
|
||||||
$ret .= PMA_showMySQLDocu($opt['doc'][0], $opt['doc'][1]);
|
$ret .= PMA_showMySQLDocu($opt['doc'][0], $opt['doc'][1]);
|
||||||
|
Reference in New Issue
Block a user