Changeset 11893 for branches/dev/data/lib
- Timestamp:
- 2007/03/15 21:44:25 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/data/lib/slib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/lib/slib.php
r11890 r11893 439 439 440 440 /* Á°¤Î¥Ú¡¼¥¸¤ÇÀµ¤·¤¯ÅÐÏ¿¤¬¹Ô¤ï¤ì¤¿¤«È½Äê */ 441 function sfIsPrePage($objSiteSess ) {441 function sfIsPrePage($objSiteSess, $is_mobile = false) { 442 442 $ret = $objSiteSess->isPrePage(); 443 443 if($ret != true) { 444 444 // ¥¨¥é¡¼¥Ú¡¼¥¸¤Îɽ¼¨ 445 sfDispSiteError(PAGE_ERROR, $objSiteSess );445 sfDispSiteError(PAGE_ERROR, $objSiteSess, false, "", $is_mobile); 446 446 } 447 447 }
Note: See TracChangeset
for help on using the changeset viewer.
