Changeset 4322 for temp/trunk


Ignore:
Timestamp:
2006/09/08 09:48:10 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/design/bloc.php

    r4321 r4322  
    5757if ($_POST['mode'] == "preview") { 
    5858    $objPage->preview = "on"; 
    59     $objPage->arrBlocData.tpl_data = $_POST['bloc_html']; 
     59    $objPage->arrBlocData['tpl_data'] = $_POST['bloc_html']; 
    6060}else{ 
    6161    $objPage->preview = "off"; 
Note: See TracChangeset for help on using the changeset viewer.