phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] admin/inc class.boaccounts.inc.php, 1.22.2.7.2.9, 1.


From: Alejandro Borges (lex) <address@hidden>
Subject: [Phpgroupware-cvs] admin/inc class.boaccounts.inc.php, 1.22.2.7.2.9, 1.22.2.7.2.10
Date: Sun, 05 Oct 2003 05:46:50 +0000

Update of /cvsroot/phpgroupware/admin/inc
In directory subversions:/tmp/cvs-serv27409/inc

Modified Files:
      Tag: Version-0_9_16-branch
        class.boaccounts.inc.php 
Log Message:
bugfix by jarg


Index: class.boaccounts.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/inc/class.boaccounts.inc.php,v
retrieving revision 1.22.2.7.2.9
retrieving revision 1.22.2.7.2.10
diff -C2 -d -r1.22.2.7.2.9 -r1.22.2.7.2.10
*** class.boaccounts.inc.php    10 Sep 2003 04:03:40 -0000      1.22.2.7.2.9
--- class.boaccounts.inc.php    5 Oct 2003 05:46:47 -0000       1.22.2.7.2.10
***************
*** 1,959 ****
! <?php
!       
/**************************************************************************\
!       * phpGroupWare - account administration                                 
   *
!       * http://www.phpgroupware.org                                           
   *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
[...1893 lines suppressed...]
!               }
! 
!               // xmlrpc functions
! 
!               function rpc_add_user($data)
!               {
!                       exit;
! 
!                       if (!$errors = $this->validate_user($data))
!                       {
!                               $result = $this->so->add_user($data);
!                       }
!                       else
!                       {
!                               $result = $errors;
!                       }
!                       return $result;
!               }
!       }
! ?>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]