Page MenuHomeIn-Portal Phabricator

coupons_tag_processor.php
No OneTemporary

File Metadata

Created
Sat, Sep 20, 4:28 AM

coupons_tag_processor.php

<?php
/**
* @version $Id: coupons_tag_processor.php 14569 2011-09-20 10:30:56Z alex $
* @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.org/commercial-license for copyright notices and details.
*/
defined('FULL_PATH') or die('restricted access!');
class CouponsTagProcessor extends kDBTagProcessor {
}

Event Timeline