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:
mdtrooper 2010-09-30 11:29:40 +00:00
parent c1acf9beae
commit 4baf2f829a
2 changed files with 4 additions and 7 deletions

View File

@ -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> 2010-09-30 Raúl Mateos <raulofpandora@gmail.com>
* godmode/users/*.php: Removed reference to gperfiles sec. * godmode/users/*.php: Removed reference to gperfiles sec.

View File

@ -1382,13 +1382,6 @@ function dame_admin ($id_user) {
return is_user_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. * Check if an agent has alerts fired.
* *