~eventum-developers/eventum/trunk

« back to all changes in this revision

Viewing changes to htdocs/list.php

  • Committer: Bryan Alsdorf
  • Date: 2013-08-23 03:50:34 UTC
  • mto: (4033.1.168 eventum-skysql)
  • mto: This revision was merged to the branch mainline in revision 4660.
  • Revision ID: bryan@montyprogram.com-20130823035034-7f5r3pt1xg0xnnhk
Initial commit of CRM migration

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
                $profile['sort_by'] . "&sort_order=" . $profile['sort_order']);
57
57
    } elseif (($_REQUEST['view'] == 'customer') && (isset($_REQUEST['customer_id']))) {
58
58
        $options_override = array(
59
 
            'customer_id'   =>  Misc::escapeInteger($_REQUEST['customer_id']),
 
59
            'customer_id'   =>  Misc::escapeString($_REQUEST['customer_id']),
60
60
            'rows'          =>  $rows,
61
61
        );
62
62
        if (Search::getParam('hide_closed', true) === '') {
65
65
        $_REQUEST['nosave'] = 1;
66
66
    } elseif (($_REQUEST['view'] == 'customer_all') && (isset($_REQUEST['customer_id']))) {
67
67
        $options_override = array(
68
 
            'customer_id'   =>  Misc::escapeInteger($_REQUEST['customer_id']),
 
68
            'customer_id'   =>  Misc::escapeString($_REQUEST['customer_id']),
69
69
            'rows'          =>  $rows,
70
70
        );
71
71
        if (Search::getParam('hide_closed', true) === '') {