Ignore:
Timestamp:
Jun 23, 2009, 9:51:16 PM (15 years ago)
Author:
nikrou
Message:

fix html bug (li) fix comment for guest bug (form missing)

File:
1 edited

Legend:

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

    r3445 r3446  
    197197  if (!is_a_guest()
    198198      or (is_a_guest() and $conf['comments_forall'])
    199       and (isset($edit_comment) and ($edit_comment != null)))
     199      or (empty($edit_comment)))
    200200  {
    201201    $key = get_comment_post_key($page['image_id']);
Note: See TracChangeset for help on using the changeset viewer.