plugin_code in uppercase

This commit is contained in:
Dany De Bontridder 2011-12-15 19:51:15 +00:00
parent 8f54b625a3
commit ee1185cfa5

View file

@ -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;
}