ここの情報は古いです。ご理解頂いた上でお取り扱いください。
Line | |
---|
1 | <?php |
---|
2 | /** |
---|
3 | * @copyright 2005-2006 OpenPNE Project |
---|
4 | * @license http://www.php.net/license/3_01.txt PHP License 3.01 |
---|
5 | */ |
---|
6 | |
---|
7 | // メッセージ or メール 一括送信の履歴の詳細 |
---|
8 | class admin_page_send_messages_history_detail extends OpenPNE_Action |
---|
9 | { |
---|
10 | function execute($requests) |
---|
11 | { |
---|
12 | $module_name = ADMIN_MODULE_NAME; |
---|
13 | |
---|
14 | $history = db_admin_get_c_send_messages_history($requests['target_c_send_messages_history_id']); |
---|
15 | |
---|
16 | $this->set('history', $history); |
---|
17 | return 'success'; |
---|
18 | } |
---|
19 | } |
---|
20 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.
Download in other formats: