Ignore:
Timestamp:
Feb 15, 2007, 12:16:54 AM (17 years ago)
Author:
rub
Message:

Stupid modification on picture_comment.inc.php about validate link!

File:
1 edited

Legend:

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

    r1818 r1819  
    210210      include_once(PHPWG_ROOT_PATH.'include/functions_mail.inc.php');
    211211
    212       $val_url = get_absolute_root_url().'comments.php?validate='.$comm['id'];
    213212      $del_url = get_absolute_root_url().'comments.php?delete='.$comm['id'];
    214213
     
    218217        .'IP: '.$comm['ip']."\n"
    219218        .'Browser: '.$comm['agent']."\n\n"
    220         .'Validate: '.$val_url."\n"
    221219        .'Delete: '.$del_url."\n";
     220
    222221      if ($comment_action!='validate')
    223222      {
     
    226225          .'comments.php?validate='.$comm['id'];
    227226      }
     227
    228228      pwg_mail
    229229      (
Note: See TracChangeset for help on using the changeset viewer.