Proyecto

General

Perfil

« Anterior | Siguiente » 

Revisión 76

Sigo con los grupos

Ver diferencias:

Users.py
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with ControlAula. If not, see <http://www.gnu.org/licenses/>.
# along with ControlIES. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
......
rows = []
for u in result:
rows.append({ 'value':u[0][1]['uid'][0] , 'caption':u[0][1]['cn'][0] });
rows.append([u[0][1]['uid'][0] , u[0][1]['cn'][0] ]);
return rows

Exportar a: Unified diff