Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F776023
in-commerce
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Feb 6, 4:39 PM
Size
2 KB
Mime Type
text/x-diff
Expires
Sat, Feb 8, 4:39 PM (1 d, 52 m)
Engine
blob
Format
Raw Data
Handle
558510
Attached To
rMINC Modules.In-Commerce
in-commerce
View Options
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
Log In to Comment