Changeset 14409 for branches/dev/html


Ignore:
Timestamp:
2007/06/07 15:03:50 (19 years ago)
Author:
matsumura
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/mail/index.php

    r14407 r14409  
    154154        $linemax = $objQuery->count($from, $where, $arrval); 
    155155        $objPage->tpl_linemax = $linemax;               // ²¿·ï¤¬³ºÅö¤·¤Þ¤·¤¿¡£É½¼¨ÍÑ 
    156          
     156        sfprintr($linemax); 
    157157        // ¥Ú¡¼¥¸Á÷¤ê¤Î¼èÆÀ 
    158158        $objNavi = new SC_PageNavi($_POST['search_pageno'], $linemax, SEARCH_PMAX, "fnResultPageNavi", NAVI_PMAX); 
     
    291291$objPage->arrYear = $arrYear; 
    292292$objPage->errorCount = count($objPage->arrErr); 
    293 $objPage->mode = $_POST['mode']; 
     293 
    294294 
    295295$objPage->arrCustomerOrderId = lfGetCustomerOrderId($_POST['buy_product_code']); 
Note: See TracChangeset for help on using the changeset viewer.