Ignore:
Timestamp:
Mar 13, 2011, 11:56:02 AM (13 years ago)
Author:
mistic100
Message:

[plugins] Comments on Albums

  • stable version
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Comments_on_Albums/include/coa_albums.php

    r9634 r9641  
    4444                        }
    4545                }
    46                
    4746                case 'delete_comment' : {
    4847                        check_pwg_token();
     
    5756                        redirect($url_self);
    5857                }
    59                
    6058                case 'validate_comment' : {
    6159                        check_pwg_token();
     
    8987
    9088        include_once(COA_PATH.'include/functions_comment.inc.php');
    91         $comment_action = insert_user_comment($comm, @$_POST['key'], $infos);
     89        $comment_action = insert_user_comment_albums($comm, @$_POST['key'], $infos);
    9290
    9391        switch ($comment_action) {
Note: See TracChangeset for help on using the changeset viewer.