Ignore:
Timestamp:
Nov 12, 2011, 12:03:29 PM (12 years ago)
Author:
mistic100
Message:

move subscriptions fieldset to the bottom of the page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Subscribe_to_comments/include/functions.inc.php

    r12607 r12609  
    9898 
    9999  // check email
    100   if ( is_a_guest() and empty($email) )
     100  if ( ( is_a_guest() or empty($user['email']) ) and empty($email) )
    101101  {
    102102    return false;
     
    175175 
    176176  // check email
    177   if ( is_a_guest() and empty($email) )
     177  if ( ( is_a_guest() or empty($user['email']) ) and empty($email) )
    178178  {
    179179    return false;
Note: See TracChangeset for help on using the changeset viewer.