plugin_code in uppercase
This commit is contained in:
parent
8f54b625a3
commit
ee1185cfa5
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ class Extension extends Menu_Ref_sql
|
|||
/*!@brief search a extension, the what is the column (extends_code */
|
||||
function search($p_what)
|
||||
{
|
||||
$this->me_code=$p_what;
|
||||
$this->me_code=strtoupper($p_what);
|
||||
if ( $this->load() == -1) return null;
|
||||
return 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue