Page MenuHomeIn-Portal Phabricator

in-commerce
No OneTemporary

File Metadata

Created
Thu, Feb 6, 4:39 PM

in-commerce

Index: branches/5.0.x/in-commerce/units/action.php
===================================================================
--- branches/5.0.x/in-commerce/units/action.php (revision 12286)
+++ branches/5.0.x/in-commerce/units/action.php (nonexistent)
@@ -1,35 +0,0 @@
-<?php
-/**
-* @version $Id$
-* @package In-Commerce
-* @copyright Copyright (C) 1997 - 2009 Intechnic. All rights reserved.
-* @license Commercial License
-* This software is protected by copyright law and international treaties.
-* Unauthorized reproduction or unlicensed usage of the code of this program,
-* or any portion of it may result in severe civil and criminal penalties,
-* and will be prosecuted to the maximum extent possible under the law
-* See http://www.in-portal.net/license/commercial/ for copyright notices and details.
-*/
-
-if (class_exists('kApplication')) {
-
- $application =& kApplication::Instance();
-
- switch ($Action) {
- case 'products_paste':
- $event = new kEvent();
- $event->Init('p', '');
- $event->Name = 'onPaste';
- $application->HandleEvent($event);
- if ($event->status == erSUCCESS) {
- if($event->status==erSUCCESS && ($event->redirect === true || strlen($event->redirect) > 0) )
- {
- $application->Redirect($event->redirect, $event->redirect_params, null, $event->redirect_script);
- }
- }
- break;
- }
-}
-
-
-?>
\ No newline at end of file
Property changes on: branches/5.0.x/in-commerce/units/action.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property
Index: branches/5.0.x/in-commerce/units/parser.php
===================================================================
--- branches/5.0.x/in-commerce/units/parser.php (revision 12286)
+++ branches/5.0.x/in-commerce/units/parser.php (nonexistent)
@@ -1,14 +0,0 @@
-<?php
-/**
-* @version $Id$
-* @package In-Commerce
-* @copyright Copyright (C) 1997 - 2009 Intechnic. All rights reserved.
-* @license Commercial License
-* This software is protected by copyright law and international treaties.
-* Unauthorized reproduction or unlicensed usage of the code of this program,
-* or any portion of it may result in severe civil and criminal penalties,
-* and will be prosecuted to the maximum extent possible under the law
-* See http://www.in-portal.net/license/commercial/ for copyright notices and details.
-*/
-
-?>
\ No newline at end of file
Property changes on: branches/5.0.x/in-commerce/units/parser.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property

Event Timeline