/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to classes/views/countview.php

  • Committer: Suren A. Chilingaryan
  • Date: 2018-07-15 13:14:36 UTC
  • Revision ID: csa@suren.me-20180715131436-fmsg0qj9i9rd10yn
Decode URLs in Infotab parameters

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
 function __construct(REQUEST $req  = NULL, $options) {
8
8
    parent::__construct($req, $options);
9
 
    $this->max_points = $this->GetOption('max_points', 100000);
 
9
    $this->max_points = $this->GetOption('max_points', 1000000);
10
10
 }
11
11
 
12
12
 function GetOptions() {