Changeset 8055 for temp/trunk/data
- Timestamp:
- 2006/11/09 16:58:42 (20 years ago)
- Location:
- temp/trunk/data
- Files:
-
- 3 edited
-
Smarty/templates/mail_templates/order_mail.tpl (modified) (previous)
-
class/SC_SiteSession.php (modified) (1 diff)
-
lib/slib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_SiteSession.php
r7883 r8055 25 25 } 26 26 } 27 sfprintr($_SESSION['site']);28 exit();29 27 return false; 30 28 } -
temp/trunk/data/lib/slib.php
r8042 r8055 1544 1544 $arrOther = unserialize($arrOrder['memo02']); 1545 1545 $objPage->arrOther = $arrOther; 1546 1547 sfprintr($arrOther);1548 1546 } 1549 1547
Note: See TracChangeset
for help on using the changeset viewer.
