Changeset 16333
- Timestamp:
- 05/07/08 23:00:28 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/branch-1-8/support/Role_Midgardelement/Midgardelement.php
r16332 r16333 39 39 function probeStyle($name, $up = 0) 40 40 { 41 $qb = new MidgardQueryBuilder('midgard_style');41 $qb = new midgard_query_builder('midgard_style'); 42 42 $qb->add_constraint('up', '=', $up); 43 43 $qb->add_constraint('name', '=', $name); … … 232 232 { 233 233 // We have the style in DB, update the element contents 234 $qb = new MidgardQueryBuilder('midgard_element');234 $qb = new midgard_query_builder('midgard_element'); 235 235 $qb->add_constraint('style', '=', $style->id); 236 236 $qb->add_constraint('name', '=', $element_name);
