Changeset 6677
- Timestamp:
- Apr 20, 2008, 5:56:45 PM (14 years ago)
- Location:
- OpenPNE/trunk
- Files:
-
- 31 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/LICENSE
r2 r6677 1 1 -------------------------------------------------------------------- 2 2 The PHP License, version 3.01 3 Copyright (c) 1999 - 200 6The PHP Group. All rights reserved.3 Copyright (c) 1999 - 2008 The PHP Group. All rights reserved. 4 4 -------------------------------------------------------------------- 5 5 -
OpenPNE/trunk/public_html/cmd/amazon.co.jp.js
r5127 r6677 3 3 * 4 4 * @license http://www.php.net/license/3_0.txt PHP License ver3.0 5 * @copyright 2007-200 7imoto<imoto@tejimaya.com>6 * @copyright 2007-200 7Tejimaya .inc5 * @copyright 2007-2008 imoto<imoto@tejimaya.com> 6 * @copyright 2007-2008 Tejimaya .inc 7 7 * @author Imoto<imoto@tejimaya.com> 8 8 * @author Mamoru Tejima<tejima@tejimaya.com> -
OpenPNE/trunk/public_html/cmd/www.amazon.co.jp.js
r5127 r6677 3 3 * 4 4 * @license http://www.php.net/license/3_0.txt PHP License ver3.0 5 * @copyright 2007-200 7imoto<imoto@tejimaya.com>6 * @copyright 2007-200 7Tejimaya .inc5 * @copyright 2007-2008 imoto<imoto@tejimaya.com> 6 * @copyright 2007-2008 Tejimaya .inc 7 7 * @author Imoto<imoto@tejimaya.com> 8 8 * @author Mamoru Tejima<tejima@tejimaya.com> -
OpenPNE/trunk/webapp/modules/admin/do/download_xml.php
r6576 r6677 1 1 <?php 2 2 /** 3 * @copyright 2005-200 7OpenPNE Project3 * @copyright 2005-2008 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ -
OpenPNE/trunk/webapp/modules/ktai/do/h_home_update_my_news.php
r6527 r6677 1 1 <?php 2 2 /** 3 * @copyright 2005-200 6OpenPNE Project3 * @copyright 2005-2008 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ -
OpenPNE/trunk/webapp/modules/ktai/page/h_regist_pre.php
r5115 r6677 1 1 <?php 2 2 /** 3 * @copyright 2005-200 7OpenPNE Project3 * @copyright 2005-2008 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ -
OpenPNE/trunk/webapp/modules/pc/do/fh_album_delete_c_album.php
r6572 r6677 1 1 <?php 2 2 /** 3 * @copyright 2005-200 7OpenPNE Project3 * @copyright 2005-2008 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ -
OpenPNE/trunk/webapp/modules/pc/do/h_album_add_insert_c_album.php
r6661 r6677 1 1 <?php 2 2 /** 3 * @copyright 2005-200 7OpenPNE Project3 * @copyright 2005-2008 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ -
OpenPNE/trunk/webapp/modules/pc/do/h_album_cover_edit_insert_c_album.php
r6572 r6677 1 1 <?php 2 2 /** 3 * @copyright 2005-200 7OpenPNE Project3 * @copyright 2005-2008 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ -
OpenPNE/trunk/webapp/modules/pc/do/h_album_edit_delete_image.php
r6572 r6677 1 1 <?php 2 2 /** 3 * @copyright 2005-200 7OpenPNE Project3 * @copyright 2005-2008 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ -
OpenPNE/trunk/webapp/modules/pc/do/h_album_image_add_insert_c_album_image.php
r6661 r6677 1 1 <?php 2 2 /** 3 * @copyright 2005-200 7OpenPNE Project3 * @copyright 2005-2008 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ -
OpenPNE/trunk/webapp/modules/pc/do/h_album_image_edit_insert_c_album_image.php
r6661 r6677 1 1 <?php 2 2 /** 3 * @copyright 2005-200 7OpenPNE Project3 * @copyright 2005-2008 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ -
OpenPNE/trunk/webapp/modules/pc/do/h_home_update_my_news.php
r6527 r6677 1 1 <?php 2 2 /** 3 * @copyright 2005-200 6OpenPNE Project3 * @copyright 2005-2008 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ 6 6 7 7 /** 8 * コミュニティ管理者交代依頼メッセージ送信8 * My Newsを更新 9 9 */ 10 10 class pc_do_h_home_update_my_news extends OpenPNE_Action -
OpenPNE/trunk/webapp/modules/pc/page/fh_album.php
r6661 r6677 1 1 <?php 2 2 /** 3 * @copyright 2005-200 7OpenPNE Project3 * @copyright 2005-2008 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ -
OpenPNE/trunk/webapp/modules/pc/page/fh_album_image_show.php
r6661 r6677 1 1 <?php 2 2 /** 3 * @copyright 2005-200 7OpenPNE Project3 * @copyright 2005-2008 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ -
OpenPNE/trunk/webapp/modules/pc/page/fh_album_list.php
r6628 r6677 1 1 <?php 2 2 /** 3 * @copyright 2005-200 7OpenPNE Project3 * @copyright 2005-2008 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ -
OpenPNE/trunk/webapp/modules/pc/page/h_album_add.php
r6572 r6677 1 1 <?php 2 2 /** 3 * @copyright 2005-200 7OpenPNE Project3 * @copyright 2005-2008 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ -
OpenPNE/trunk/webapp/modules/pc/page/h_album_add_confirm.php
r6661 r6677 1 1 <?php 2 2 /** 3 * @copyright 2005-200 7OpenPNE Project3 * @copyright 2005-2008 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ -
OpenPNE/trunk/webapp/modules/pc/page/h_album_cover_edit.php
r6661 r6677 1 1 <?php 2 2 /** 3 * @copyright 2005-200 7OpenPNE Project3 * @copyright 2005-2008 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ -
OpenPNE/trunk/webapp/modules/pc/page/h_album_cover_edit_confirm.php
r6661 r6677 1 1 <?php 2 2 /** 3 * @copyright 2005-200 7OpenPNE Project3 * @copyright 2005-2008 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ -
OpenPNE/trunk/webapp/modules/pc/page/h_album_image_add.php
r6661 r6677 1 1 <?php 2 2 /** 3 * @copyright 2005-200 7OpenPNE Project3 * @copyright 2005-2008 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ -
OpenPNE/trunk/webapp/modules/pc/page/h_album_image_add_confirm.php
r6661 r6677 1 1 <?php 2 2 /** 3 * @copyright 2005-200 7OpenPNE Project3 * @copyright 2005-2008 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ -
OpenPNE/trunk/webapp/modules/pc/page/h_album_image_delete_confirm.php
r6661 r6677 1 1 <?php 2 2 /** 3 * @copyright 2005-200 7OpenPNE Project3 * @copyright 2005-2008 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ -
OpenPNE/trunk/webapp/modules/pc/page/h_album_image_edit.php
r6661 r6677 1 1 <?php 2 2 /** 3 * @copyright 2005-200 7OpenPNE Project3 * @copyright 2005-2008 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ -
OpenPNE/trunk/webapp/modules/pc/page/h_album_image_edit_confirm.php
r6661 r6677 1 1 <?php 2 2 /** 3 * @copyright 2005-200 7OpenPNE Project3 * @copyright 2005-2008 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ -
OpenPNE/trunk/webapp/modules/pc/page/h_album_list_friend.php
r6572 r6677 1 1 <?php 2 2 /** 3 * @copyright 2005-200 7OpenPNE Project3 * @copyright 2005-2008 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ -
OpenPNE/trunk/webapp/modules/pc/page/h_album_search.php
r6572 r6677 1 1 <?php 2 2 /** 3 * @copyright 2005-200 7OpenPNE Project3 * @copyright 2005-2008 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ -
OpenPNE/trunk/webapp/modules/pc/page/h_delete_album.php
r6628 r6677 1 1 <?php 2 2 /** 3 * @copyright 2005-200 7OpenPNE Project3 * @copyright 2005-2008 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ -
OpenPNE/trunk/webapp/modules/pc/page/h_err_album_access.php
r6572 r6677 1 1 <?php 2 2 /** 3 * @copyright 2005-200 7OpenPNE Project3 * @copyright 2005-2008 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ -
OpenPNE/trunk/webapp/modules/pc/page/h_err_fh_album.php
r6572 r6677 1 1 <?php 2 2 /** 3 * @copyright 2005-200 7OpenPNE Project3 * @copyright 2005-2008 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ -
OpenPNE/trunk/webapp/modules/portal/do/edit_portal_use.php
r6527 r6677 1 1 <?php 2 2 /** 3 * @copyright 2005-200 6OpenPNE Project3 * @copyright 2005-2008 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ … … 7 7 class portal_do_edit_portal_use extends OpenPNE_Action 8 8 { 9 10 9 function execute($requests) 11 10 {
Note: See TracChangeset
for help on using the changeset viewer.