Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

コミットされていたバージョンタグを修正 #378

Merged
merged 2 commits into from
May 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/class/db/SC_DB_DBFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* @package DB
* @author EC-CUBE CO.,LTD.
* @version $Id:SC_DB_DBFactory.php 15532 2007-08-31 14:39:46Z nanasess $
* @version $Id$
*/
class SC_DB_DBFactory
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/db/SC_DB_MasterData.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
*
* @package DB
* @author EC-CUBE CO.,LTD.
* @version $Id:SC_DB_MasterData.php 15532 2007-08-31 14:39:46Z nanasess $
* @version $Id$
*/
class SC_DB_MasterData
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/db/dbfactory/SC_DB_DBFactory_MYSQL.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* @package DB
* @author EC-CUBE CO.,LTD.
* @version $Id:SC_DB_DBFactory_MYSQL.php 15267 2007-08-09 12:31:52Z nanasess $
* @version $Id$
*/
class SC_DB_DBFactory_MYSQL extends SC_DB_DBFactory
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/db/dbfactory/SC_DB_DBFactory_PGSQL.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* @package DB
* @author EC-CUBE CO.,LTD.
* @version $Id:SC_DB_DBFactory_PGSQL.php 15532 2007-08-31 14:39:46Z nanasess $
* @version $Id$
*/
class SC_DB_DBFactory_PGSQL extends SC_DB_DBFactory
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/helper/SC_Helper_Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* @package Helper
* @author pineray
* @version $Id:$
* @version $Id$
*/
class SC_Helper_Address
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/helper/SC_Helper_BestProducts.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* @package Helper
* @author pineray
* @version $Id:$
* @version $Id$
*/
class SC_Helper_BestProducts
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/helper/SC_Helper_Bloc.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* @package Helper
* @author pineray
* @version $Id:$
* @version $Id$
*/
class SC_Helper_Bloc
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/helper/SC_Helper_Category.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* @package Helper
* @author pineray
* @version $Id:$
* @version $Id$
*/
class SC_Helper_Category
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/helper/SC_Helper_DB.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* @package Helper
* @author EC-CUBE CO.,LTD.
* @version $Id:SC_Helper_DB.php 15532 2007-08-31 14:39:46Z nanasess $
* @version $Id$
*/
class SC_Helper_DB
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/helper/SC_Helper_Delivery.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* @package Helper
* @author pineray
* @version $Id:$
* @version $Id$
*/
class SC_Helper_Delivery
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/helper/SC_Helper_Holiday.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* @package Helper
* @author pineray
* @version $Id:$
* @version $Id$
*/
class SC_Helper_Holiday
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/helper/SC_Helper_Kiyaku.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* @package Helper
* @author pineray
* @version $Id:$
* @version $Id$
*/
class SC_Helper_Kiyaku
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/helper/SC_Helper_Mailtemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* @package Helper
* @author pineray
* @version $Id:$
* @version $Id$
*/
class SC_Helper_Mailtemplate
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/helper/SC_Helper_Maker.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* @package Helper
* @author pineray
* @version $Id:$
* @version $Id$
*/
class SC_Helper_Maker
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/helper/SC_Helper_News.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* @package Helper
* @author pineray
* @version $Id:$
* @version $Id$
*/
class SC_Helper_News
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/helper/SC_Helper_PageLayout.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* @package Helper
* @author EC-CUBE CO.,LTD.
* @version $Id:SC_Helper_PageLayout.php 15532 2007-08-31 14:39:46Z nanasess $
* @version $Id$
*/
class SC_Helper_PageLayout
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/helper/SC_Helper_Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* @package Helper
* @author pineray
* @version $Id:$
* @version $Id$
*/
class SC_Helper_Payment
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/helper/SC_Helper_TaxRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* @package Helper
* @author AMUAMU
* @version $Id:$
* @version $Id$
*/
class SC_Helper_TaxRule
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/pages/LC_Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* @package Page
* @author EC-CUBE CO.,LTD.
* @version $Id:LC_Page.php 15532 2007-08-31 14:39:46Z nanasess $
* @version $Id$
*/
class LC_Page
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/pages/abouts/LC_Page_Abouts.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*
* @package Page
* @author EC-CUBE CO.,LTD.
* @version $Id:LC_Page_Abouts.php 15532 2007-08-31 14:39:46Z nanasess $
* @version $Id$
*/
class LC_Page_Abouts extends LC_Page_Ex
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/pages/admin/basis/LC_Page_Admin_Basis_Tax.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*
* @package Page
* @author EC-CUBE CO.,LTD.
* @version $Id: LC_Page_Admin_Basis_Tax_Ex.php 22567 2013-03-09 12:18:54Z yomoro $
* @version $Id$
*/
class LC_Page_Admin_Basis_Tax extends LC_Page_Admin_Ex
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
*
* @package Page
* @author EC-CUBE CO.,LTD.
* @version $Id:LC_Page_Admin_Basis_ZipInstall.php 16741 2007-11-08 00:43:24Z adachi $
* @version $Id$
*/
class LC_Page_Admin_Basis_ZipInstall extends LC_Page_Admin_Ex
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/pages/admin/order/LC_Page_Admin_Order_Disp.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*
* @package Page
* @author EC-CUBE CO.,LTD.
* @version $Id: LC_Page_Admin_Order_Disp.php 20767 2011-03-22 10:07:32Z nanasess $
* @version $Id$
*/
class LC_Page_Admin_Order_Disp extends LC_Page_Admin_Order_Ex
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*
* @package Page
* @author EC-CUBE CO.,LTD.
* @version $Id: LC_Page_Admin_OwnersStore.php 22567 2013-02-18 10:09:54Z shutta $
* @version $Id$
*/
class LC_Page_Admin_OwnersStore_PluginHookPointList extends LC_Page_Admin_Ex
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*
* @package Page
* @author EC-CUBE CO.,LTD.
* @version $Id:LC_Page_Admin_Products_ClassCategory.php 15532 2007-08-31 14:39:46Z nanasess $
* @version $Id$
*/
class LC_Page_Admin_Products_ClassCategory extends LC_Page_Admin_Ex
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*
* @package Page
* @author EC-CUBE CO.,LTD.
* @version $Id:LC_Page_Admin_Products_UploadCSV.php 15532 2007-08-31 14:39:46Z nanasess $
* @version $Id$
*
* FIXME 同一商品IDで商品規格違いを登録できない。(更新は可能)
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* @package Page
* @author EC-CUBE CO.,LTD.
* @version $$Id$$
* @version $Id$
*/
class LC_Page_Admin_Products_UploadCSVCategory extends LC_Page_Admin_Ex
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/pages/entry/LC_Page_Entry.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*
* @package Page
* @author EC-CUBE CO.,LTD.
* @version $Id:LC_Page_Entry.php 15532 2007-08-31 14:39:46Z nanasess $
* @version $Id$
*/
class LC_Page_Entry extends LC_Page_Ex
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/pages/error/LC_Page_Error.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*
* @package Page
* @author EC-CUBE CO.,LTD.
* @version $Id:LC_Page_Error.php 15532 2007-08-31 14:39:46Z nanasess $
* @version $Id$
*/
class LC_Page_Error extends LC_Page_Ex
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* @package Page
* @author EC-CUBE CO.,LTD.
* @version $Id:LC_Page_FrontParts_LoginCheck.php 15532 2007-08-31 14:39:46Z nanasess $
* @version $Id$
*/
class LC_Page_FrontParts_LoginCheck extends LC_Page_Ex
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*
* @package Page
* @author EC-CUBE CO.,LTD.
* @version $Id:LC_Page_FrontParts_Bloc_Cart.php 15532 2007-08-31 14:39:46Z nanasess $
* @version $Id$
*/
class LC_Page_FrontParts_Bloc_Cart extends LC_Page_FrontParts_Bloc_Ex
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*
* @package Page
* @author EC-CUBE CO.,LTD.
* @version $Id:LC_Page_FrontParts_Bloc_Login.php 15532 2007-08-31 14:39:46Z nanasess $
* @version $Id$
*/
class LC_Page_FrontParts_Bloc_Login extends LC_Page_FrontParts_Bloc_Ex
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*
* @package Page
* @author EC-CUBE CO.,LTD.
* @version $Id: LC_Page_FrontParts_Bloc_Best5 - Copy.php -1 $
* @version $Id$
*/
class LC_Page_FrontParts_Bloc_Recommend extends LC_Page_FrontParts_Bloc_Ex
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*
* @package Page
* @author EC-CUBE CO.,LTD.
* @version $Id:LC_Page_FrontParts_Bloc_SearchProducts.php 15532 2007-08-31 14:39:46Z nanasess $
* @version $Id$
*/
class LC_Page_FrontParts_Bloc_SearchProducts extends LC_Page_FrontParts_Bloc_Ex
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/pages/products/LC_Page_Products_Detail.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*
* @package Page
* @author EC-CUBE CO.,LTD.
* @version $Id:LC_Page_Products_Detail.php 15532 2007-08-31 14:39:46Z nanasess $
* @version $Id$
*/
class LC_Page_Products_Detail extends LC_Page_Ex
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/pages/products/LC_Page_Products_Review.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*
* @package Page
* @author EC-CUBE CO.,LTD.
* @version $Id:LC_Page_Products_Review.php 15532 2007-08-31 14:39:46Z nanasess $
* @version $Id$
*/
class LC_Page_Products_Review extends LC_Page_Ex
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/pages/regist/LC_Page_Regist_Complete.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*
* @package Page
* @author EC-CUBE CO.,LTD.
* @version $Id:LC_Page_Regist_Complete.php 15532 2007-08-31 14:39:46Z nanasess $
* @version $Id$
*/
class LC_Page_Regist_Complete extends LC_Page_Ex
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/pages/shopping/LC_Page_Shopping_Complete.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*
* @package Page
* @author EC-CUBE CO.,LTD.
* @version $Id:LC_Page_Shopping_Complete.php 15532 2007-08-31 14:39:46Z nanasess $
* @version $Id$
*/
class LC_Page_Shopping_Complete extends LC_Page_Ex
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/plugin/SC_Plugin_Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*
* @package Plugin
* @author EC-CUBE CO.,LTD.
* @version $Id: $
* @version $Id$
*/
abstract class SC_Plugin_Base
{
Expand Down
2 changes: 1 addition & 1 deletion data/class/util/SC_Utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* @package Util
* @author EC-CUBE CO.,LTD.
* @version $Id:SC_Utils.php 15532 2007-08-31 14:39:46Z nanasess $
* @version $Id$
*/
class SC_Utils
{
Expand Down
2 changes: 1 addition & 1 deletion data/class_extends/helper_extends/SC_Helper_Address_Ex.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* @package Helper
* @author pineray
* @version $Id:$
* @version $Id$
*/
class SC_Helper_Address_Ex extends SC_Helper_Address
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* @package Helper
* @author pineray
* @version $Id:$
* @version $Id$
*/
class SC_Helper_BestProducts_Ex extends SC_Helper_BestProducts
{
Expand Down
2 changes: 1 addition & 1 deletion data/class_extends/helper_extends/SC_Helper_Bloc_Ex.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* @package Helper
* @author pineray
* @version $Id:$
* @version $Id$
*/
class SC_Helper_Bloc_Ex extends SC_Helper_Bloc
{
Expand Down
2 changes: 1 addition & 1 deletion data/class_extends/helper_extends/SC_Helper_CSV_Ex.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* @package Helper
* @author EC-CUBE CO.,LTD.
* @version $Id:SC_Helper_DB_Ex.php 15532 2007-08-31 14:39:46Z nanasess $
* @version $Id$
*/
class SC_Helper_CSV_Ex extends SC_Helper_CSV
{
Expand Down
Loading