Ignore:
Timestamp:
Feb 9, 2014, 5:01:42 PM (10 years ago)
Author:
mistic100
Message:

typos

File:
1 edited

Legend:

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

    r26853 r27283  
    6565    )
    6666    AND validated = true
    67     AND email != "'.$exclude.'"
     67    '.(!empty($exclude) ? 'AND email != "'.$exclude.'"' : '').'
    6868  GROUP BY email
    6969';
     
    116116    }
    117117
    118     switch_lang_to($language);
     118    switch_lang_to($row['language']);
    119119
    120120    $comm['date'] = format_date(date('Y-m-d H:i:s'));
Note: See TracChangeset for help on using the changeset viewer.