Ignore:
Timestamp:
Feb 27, 2007, 12:52:22 AM (17 years ago)
Author:
rvelices
Message:
  • bug 654: sql error on user comment (since my commit 1849)
  • languages: english corrections + keep lang files sorted by key
  • admin multi view correction: language was not always properly changed
  • refactor function get_computed_categories (with rub's blessing)
File:
1 edited

Legend:

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

    r1849 r1860  
    5757  include_once(PHPWG_ROOT_PATH.'include/functions_comment.inc.php');
    5858 
    59   $comment_action = insert_user_comment(
    60       $comm, @$_POST['key'], $page['image_id'], $infos
    61     );
     59  $comment_action = insert_user_comment($comm, @$_POST['key'], $infos );
    6260
    6361  switch ($comment_action)
Note: See TracChangeset for help on using the changeset viewer.