Ignore:
Timestamp:
May 28, 2010, 9:55:03 PM (14 years ago)
Author:
rvelices
Message:
  • merged the linkroot integration with the existing gallery_url (unique $confgallery_url used for RSS, mail homepage root in the browse path)
  • added an option $confdebug_mail - if set all outgoing mails are saved into local_data_dir
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/admin/include/functions_notification_by_mail.inc.php

    r5559 r6410  
    9494
    9595/*
    96  * Execute all main queries to get list of user 
     96 * Execute all main queries to get list of user
    9797 *
    9898 * Type are the type of list 'subscribe', 'send'
     
    111111    if (count($quoted_check_key_list) != 0 )
    112112    {
    113       $query_and_check_key = ' and 
     113      $query_and_check_key = ' and
    114114    check_key in ('.implode(",", $quoted_check_key_list).') ';
    115115    }
     
    132132where
    133133  N.user_id =  U.'.$conf['user_fields']['id'];
    134  
     134
    135135    if ($action == 'send')
    136136    {
     
    419419            $section_action_by => true,
    420420            'GOTO_GALLERY_TITLE' => $conf['gallery_title'],
    421             'GOTO_GALLERY_URL' => $conf['gallery_url'],
     421            'GOTO_GALLERY_URL' => get_gallery_home_url(),
    422422          )
    423423        );
Note: See TracChangeset for help on using the changeset viewer.