Ignore:
Timestamp:
Mar 13, 2007, 12:10:35 AM (17 years ago)
Author:
rub
Message:

Add notification when a picture is loaded.
Change little translations.
Improve mail sent.

File:
1 edited

Legend:

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

    r1900 r1901  
    195195      include_once(PHPWG_ROOT_PATH.'include/functions_mail.inc.php');
    196196
    197       $del_url = get_absolute_root_url().'comments.php?delete='.$comm['id'];
     197      $del_url =
     198          get_absolute_root_url().'comments.php?delete='.$comm['id'];
    198199
    199200      $content =
    200         'Author: '.$comm['author']."\n"
     201         'Author: '.$comm['author']."\n"
    201202        .'Comment: '.$comm['content']."\n"
    202         .'IP: '.$comm['ip']."\n"
    203         .'Browser: '.$comm['agent']."\n\n"
     203        .get_block_mail_admin_info()
    204204        .'Delete: '.$del_url."\n";
    205205
     
    207207      {
    208208        $content .=
    209           'Validate: '.get_absolute_root_url()
    210           .'comments.php?validate='.$comm['id'];
     209          'Validate: '
     210          .get_absolute_root_url().'comments.php?validate='.$comm['id'];
    211211      }
    212212
Note: See TracChangeset for help on using the changeset viewer.