Changeset 11851
- Timestamp:
- 08/30/07 11:33:21 (1 year ago)
- Files:
-
- trunk/midcom/net.nehmer.static/handler/view.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/net.nehmer.static/handler/view.php
r5857 r11851 105 105 $qb->add_constraint('name', '=', $args[0]); 106 106 $qb->add_constraint('up', '=', 0); 107 108 if ($qb->count() == 0) 109 { 110 // No matching article 111 return false; 112 } 113 107 114 $result = $qb->execute(); 108 115
