Show
Ignore:
Timestamp:
04/22/2011 11:33:46 AM (2 years ago)
Author:
moo
Message:

prepare for use()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/decompilesample.php

    r761 r780  
    363363    static $static = array(1); 
    364364    $tax = 'tax'; 
     365    $tax = --$tax; 
    365366    $pricePerItem = constant('PRICE_' . strtoupper($product)); 
    366367    $total += $pricePerItem * $quantity * ($tax + 1);