Adminlog not showing User values ...

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
Lidio
Posts: 25
Joined: Mon Dec 10, 2007 9:26 pm

Adminlog not showing User values ...

Post by Lidio »

Greetings,

when viewing the Adminlog the User column is all empty. However, viewing the MySQL table for these entries there are values.

Not sure if this is a bug, but where does $_user in adminlog.php get set before it gets to:

Code: Select all

<td class="list"><?php print isset($_user[$logging_value['usr']]) ? $_user[$logging_value['usr']] : '&nbsp;'; ?></td>
Lidio.
Post Reply