Changeset 20
- Timestamp:
- 03/27/08 18:39:55
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/apps/main/modules/utils/actions/components.class.php
r2 r20 16 16 $c->add(sfGuardUserPeer::IS_ACTIVE, true); 17 17 $this->total_members = sfGuardUserPeer::doCount($c); 18 $this->people_countries = count( PluginsfGuardUserPeer::retrieveCountries());18 $this->people_countries = count(sfGuardUserPeer::retrieveCountries()); 19 19 20 20 $c = new Criteria;
