Changeset 11842 for branches/dev/html/mobile/entry/index.php
- Timestamp:
- 2007/03/13 14:47:52 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/mobile/entry/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/mobile/entry/index.php
r11813 r11842 19 19 $objConn = new SC_DbConn(); 20 20 $objPage = new LC_Page(); 21 $objView = new SC_ SiteView();21 $objView = new SC_MobileView(); 22 22 $objDate = new SC_Date(START_BIRTH_YEAR, date("Y",strtotime("now"))); 23 23 $objPage->arrPref = $arrPref; … … 196 196 $objPage->to_name01 = $_POST['name01']; 197 197 $objPage->to_name02 = $_POST['name02']; 198 $objMailText = new SC_ SiteView();198 $objMailText = new SC_MobileView(); 199 199 $objMailText->assignobj($objPage); 200 200 $subject = sfMakesubject('²ñ°÷ÅÐÏ¿¤Î¤´³Îǧ');
Note: See TracChangeset
for help on using the changeset viewer.
