mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
Closes #1801 Code cleanup. Deprecated method errors added.
This commit is contained in:
@@ -137,7 +137,7 @@ if(varset($_GET['mode']) == "ajax")
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
if (isset($_POST['cancel']))
|
||||
{
|
||||
header('location:'.e_SELF);
|
||||
@@ -148,7 +148,7 @@ if (isset($_POST['cancel_cat']))
|
||||
{
|
||||
header("location:".e_SELF."?cat");
|
||||
exit;
|
||||
}
|
||||
}*/
|
||||
|
||||
function js()
|
||||
{
|
||||
|
Reference in New Issue
Block a user