Changeset 16 for trunk/class/Message.php
- Timestamp:
- Jun 19, 2012, 12:22:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/class/Message.php
r14 r16 40 40 $arraytest = $_POST; 41 41 } else $arraytest = $_GET; 42 42 43 if (array_key_exists($this->key,$arraytest)) { 43 44 if ($this->par0 == -1) return call_user_func(array($this->obj,$this->method_name));
Note:
See TracChangeset
for help on using the changeset viewer.