This commit is contained in:
friendica 2012-06-12 01:01:35 -07:00
parent b7e2f802d8
commit 6f1efccf1c
1 changed files with 4 additions and 3 deletions

View File

@ -211,6 +211,10 @@ function network_content(&$a, $update = 0) {
$datequery = $datequery2 = ''; $datequery = $datequery2 = '';
$group = 0;
$nouveau = false;
if($a->argc > 1) { if($a->argc > 1) {
for($x = 1; $x < $a->argc; $x ++) { for($x = 1; $x < $a->argc; $x ++) {
if(is_a_date_arg($a->argv[$x])) { if(is_a_date_arg($a->argv[$x])) {
@ -309,9 +313,6 @@ function network_content(&$a, $update = 0) {
$contact_id = $a->cid; $contact_id = $a->cid;
$group = 0;
$nouveau = false;
require_once('include/acl_selectors.php'); require_once('include/acl_selectors.php');
$cid = ((x($_GET,'cid')) ? intval($_GET['cid']) : 0); $cid = ((x($_GET,'cid')) ? intval($_GET['cid']) : 0);