mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
2011-07-22 Miguel de Dios <miguel.dedios@artica.es>
* include/functions.php: fixed the not login when open new window in some cases. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4622 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
7d91d64bb5
commit
b9e853e3d1
@ -1,3 +1,8 @@
|
|||||||
|
2011-07-22 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* include/functions.php: fixed the not login when open new window in some
|
||||||
|
cases.
|
||||||
|
|
||||||
2011-07-22 Sergio Martin <sergio.martin@artica.es>
|
2011-07-22 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* operation/events/events_marquee.php: Fixed a sql error
|
* operation/events/events_marquee.php: Fixed a sql error
|
||||||
|
@ -1214,6 +1214,7 @@ function check_login () {
|
|||||||
|
|
||||||
if ((isset($_SESSION["id_usuario"])) AND ($_SESSION["id_usuario"] != "")) {
|
if ((isset($_SESSION["id_usuario"])) AND ($_SESSION["id_usuario"] != "")) {
|
||||||
if (is_user ($_SESSION["id_usuario"])) {
|
if (is_user ($_SESSION["id_usuario"])) {
|
||||||
|
$config['id_user'] = $_SESSION["id_usuario"];
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user