Changeset 1052
- Timestamp:
- 08/16/08 16:29:00 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build/manifests/jelix-lib.mn
r1050 r1052 572 572 573 573 cd lib/clearbricks/net 574 class.net.socket.php574 ! class.net.socket.php 575 575 cd lib/clearbricks/net.http 576 class.net.http.php576 ! class.net.http.php 577 577 578 578 cd lib/diff trunk/lib/jelix-admin-modules/jacl2_admin/controllers/users.classic.php
r1002 r1052 55 55 56 56 } elseif($grpid == -1) { 57 $cnx = jDb::getConnection($p); 57 58 //only those who have no groups 58 59 if($cnx->dbms != 'pgsql') { … … 66 67 } 67 68 68 $cnx = jDb::getConnection($p);69 69 $rs = $cnx->query($sql); 70 70 $usersCount = $rs->rowCount();
