Changeset 1052

Show
Ignore:
Timestamp:
08/16/08 16:29:00 (4 months ago)
Author:
laurentj
Message:

fixed a warning in jacl2_admin module

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build/manifests/jelix-lib.mn

    r1050 r1052  
    572572 
    573573cd lib/clearbricks/net 
    574  class.net.socket.php 
     574! class.net.socket.php 
    575575cd lib/clearbricks/net.http 
    576  class.net.http.php 
     576! class.net.http.php 
    577577 
    578578cd lib/diff 
  • trunk/lib/jelix-admin-modules/jacl2_admin/controllers/users.classic.php

    r1002 r1052  
    5555 
    5656        } elseif($grpid == -1) { 
     57            $cnx = jDb::getConnection($p); 
    5758            //only those who have no groups 
    5859            if($cnx->dbms != 'pgsql') {  
     
    6667            } 
    6768 
    68             $cnx = jDb::getConnection($p); 
    6969            $rs = $cnx->query($sql); 
    7070            $usersCount = $rs->rowCount(); 
Download in other formats: Unified Diff Zip Archive