Ignore:
Timestamp:
Jun 6, 2007, 12:01:15 AM (17 years ago)
Author:
rub
Message:

Resolved issue 0000697: with generic user a author name is necessary to comment picture.

+ Change way to determinate if user is a guest (use functions like is_admin)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions.inc.php

    r2026 r2029  
    424424    $do_log = false;
    425425  }
    426   if ($user['is_the_guest'] and !$conf['history_guest'])
     426  if (is_a_guest() and !$conf['history_guest'])
    427427  {
    428428    $do_log = false;
Note: See TracChangeset for help on using the changeset viewer.