ソースを参照

changed passed_ent_id ent_id

stekkel 23 年 前
コミット
7dd4fe9176
1 ファイル変更1 行追加1 行削除
  1. 1 1
      functions/attachment_common.php

+ 1 - 1
functions/attachment_common.php

@@ -98,7 +98,7 @@ function attachment_common_link_text(&$Args)
     $Args[1]['attachment_common']['href'] = '../src/view_text.php?'. $QUERY_STRING;
     $Args[1]['attachment_common']['href'] = '../src/view_text.php?'. $QUERY_STRING;
     $Args[1]['attachment_common']['href'] =
     $Args[1]['attachment_common']['href'] =
           set_url_var($Args[1]['attachment_common']['href'], 
           set_url_var($Args[1]['attachment_common']['href'], 
-	  'passed_ent_id',$Args[5]);
+	  'ent_id',$Args[5]);
   
   
     /* The link that we created needs a name.  "view" will be displayed for
     /* The link that we created needs a name.  "view" will be displayed for
        all text attachments handled by this plugin. */
        all text attachments handled by this plugin. */