Ignore:
Timestamp:
Feb 1, 2006, 11:07:26 PM (18 years ago)
Author:
plg
Message:

Applying coding style guidelines to r1018 and r1019.

New function get_webmaster_mail_address used in include/page_tail.php and
include/functions_mail.inc.php.

Nothing else than functions in include/functions*, init_conf_mail() was
useless in include/functions_mail.inc.php because $conf_mail is only used in
function pwg_mail.

bug fixed: files include/functions_mail.inc.php and
include/functions_notification.inc.php had been commited in DOS format! Unix
file format is the only file format authorized.

File:
1 edited

Legend:

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

    r1019 r1021  
    2727
    2828
    29 // Extract news fonctions of feed.php
    30 
    31 define('PHPWG_ROOT_PATH','./');
    32 include_once(PHPWG_ROOT_PATH.'include/common.inc.php');
     29/**
     30 * Extract news fonctions of feed.php
     31 */
    3332
    3433// +-----------------------------------------------------------------------+
Note: See TracChangeset for help on using the changeset viewer.