partially implemented todo tracker
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ switch ($view) {
|
||||
break;
|
||||
}
|
||||
|
||||
if (($view == 'list' || $view == 'sort') && (isset($_SESSION['role_id']) && $_SESSION['role_id'] <= 3)) {
|
||||
if (($view == 'list' || $view == 'sort') && (isset($_SESSION['role_id']) && $_SESSION['role_id'] <= contributor)) {
|
||||
echo '
|
||||
<div id="floating_compose">
|
||||
<a href="articles.php?view=compose"><i class="nf nf-md-note_plus"></i></a>
|
||||
|
||||
Reference in New Issue
Block a user