Changeset 2029 for trunk/picture.php


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/picture.php

    r2014 r2029  
    579579
    580580// favorite manipulation
    581 if (!$user['is_the_guest'])
     581if (!is_a_guest())
    582582{
    583583  // verify if the picture is already in the favorite of the user
Note: See TracChangeset for help on using the changeset viewer.