2010-09-29 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_db.php: erased deprecate function "comprueba_login". git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3328 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
c1acf9beae
commit
4baf2f829a
|
@ -1,3 +1,7 @@
|
|||
2010-09-29 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_db.php: erased deprecate function "comprueba_login".
|
||||
|
||||
2010-09-30 Raúl Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* godmode/users/*.php: Removed reference to gperfiles sec.
|
||||
|
|
|
@ -1382,13 +1382,6 @@ function dame_admin ($id_user) {
|
|||
return is_user_admin ($id_user);
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use check_login () instead
|
||||
*/
|
||||
function comprueba_login () {
|
||||
return check_login ();
|
||||
}
|
||||
|
||||
/**
|
||||
* Check if an agent has alerts fired.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue