Can someone tell me if this code has an error inside :
This is working but the code above not :
I am talking about this line :
Code:
if ($user->created > 1337524548){if(zile_reg() >= 0) {
echo '<h1>Introducere</h1>';
}
}
This is working but the code above not :
Code:
if ($user->created < 1337524548) { foreach ($view->result as $index => $result) {
$term = taxonomy_get_term($result->term_data_tid);
if (!isset($taxonomy[$result->term_data_tid])) {
$taxonomy[$result->term_data_tid] = $term;
$counts[$result->term_data_tid] = 0;
}
$counts[$result->term_data_tid]++;
}
}
I am talking about this line :
Code:
if ($user->created > 1337524548)