Changeset 944:e6c853fed57e
- Timestamp:
- 10/30/12 16:48:41 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/attachments/_public.php
r464 r944 89 89 $if = array(); 90 90 91 $operator = isset($attr['operator']) ? $this->getOperator($attr['operator']) : '&&';91 $operator = isset($attr['operator']) ? dcTemplate::getOperator($attr['operator']) : '&&'; 92 92 93 93 if (isset($attr['is_image'])) {
Note: See TracChangeset
for help on using the changeset viewer.