Changeset 233 for branches/dev/html
- Timestamp:
- 2007/02/13 13:18:02 (19 years ago)
- Location:
- branches/dev/html/admin
- Files:
-
- 3 edited
-
contents/campaign.php (modified) (1 diff)
-
customer/index.php (modified) (1 diff)
-
products/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/contents/campaign.php
r209 r233 43 43 // ÊÔ½¸½èÍý¤Î¾ì¹ç¤Ï¾õÂÖ¤òÊÝ»ý 44 44 $objPage->is_update = $_POST['is_update']; 45 46 sfprintr($_POST);47 48 45 49 46 // ¥Õ¥©¡¼¥à¤ÎÃͤò¥Æ¥ó¥×¥ì¡¼¥È¤ØÅϤ¹ -
branches/dev/html/admin/customer/index.php
r216 r233 171 171 172 172 $objPage->search_data = $objConn->getAll($searchSql, $objSelect->arrVal); 173 174 sfPrintR($objConn->conn->last_query);175 173 176 174 switch($_POST['mode']) { -
branches/dev/html/admin/products/index.php
r217 r233 282 282 $objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval); 283 283 284 sfPrintR($objQuery->getlastquery(false));285 286 284 break; 287 285 }
Note: See TracChangeset
for help on using the changeset viewer.
