Changeset 16 for trunk/class/Message.php


Ignore:
Timestamp:
Jun 19, 2012, 12:22:12 PM (12 years ago)
Author:
maron
Message:

ohlášení

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/class/Message.php

    r14 r16  
    4040                $arraytest = $_POST;
    4141        } else $arraytest = $_GET;
     42 
    4243          if (array_key_exists($this->key,$arraytest))  {
    4344                  if ($this->par0 == -1) return call_user_func(array($this->obj,$this->method_name));
Note: See TracChangeset for help on using the changeset viewer.