/dev/adei-asec

To get this branch, use:
bzr branch http://darksoft.org/webbzr/dev/adei-asec

« back to all changes in this revision

Viewing changes to classes/mask.php

  • Committer: Suren A. Chilingaryan
  • Date: 2011-03-15 02:47:05 UTC
  • mfrom: (210.1.3 adei)
  • Revision ID: csa@dside.dyndns.org-20110315024705-qljn30gwin8yrkne
Integration of work of students with fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        $this->ids = false;
28
28
        $this->id = "all";
29
29
    } else {
30
 
        $this->ids = split(",", $mask);
 
30
        $this->ids = preg_split("/,/", $mask);
31
31
        if (count($this->ids)) {
32
32
            $this->id = "custom";
33
33
        } else {