Changeset 11867
- Timestamp:
- 08/30/07 14:45:18 (1 year ago)
- Files:
-
- trunk/midcom/net.nehmer.static/handler/view.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/net.nehmer.static/handler/view.php
r11852 r11867 105 105 $qb->add_constraint('name', '=', $args[0]); 106 106 $qb->add_constraint('up', '=', 0); 107 $qb->add_limit(1); 107 108 108 109 if ($qb->count() == 0) … … 142 143 $qb->add_constraint('topic', '=', $this->_content_topic->id); 143 144 $qb->add_constraint('name', '=', 'index'); 145 $qb->set_limit(1); 144 146 $result = $qb->execute(); 145 147
