mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
New parser filter added for file names.
This commit is contained in:
@@ -47,7 +47,7 @@ else
|
||||
}
|
||||
else
|
||||
{
|
||||
$limit_start = $_POST['limit_start'];
|
||||
$limit_start = intval($_POST['limit_start']);
|
||||
}
|
||||
$nl_count = $sql->count('newsletter', '(*)', "WHERE newsletter_parent='".$action_parent_id."' AND newsletter_flag='1'");
|
||||
if ($nl_count > 0)
|
||||
|
Reference in New Issue
Block a user