phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: admin/inc class.boaccounts.inc.php, 1.22.2.7.2.8


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: admin/inc class.boaccounts.inc.php, 1.22.2.7.2.8, 1.22.2.7.2.9
Date: Wed, 10 Sep 2003 00:03:43 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        class.boaccounts.inc.php 
Log Message:
real fix for bug #5175 - blame lex for this one :)


Index: class.boaccounts.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/inc/class.boaccounts.inc.php,v
retrieving revision 1.22.2.7.2.8
retrieving revision 1.22.2.7.2.9
diff -C2 -r1.22.2.7.2.8 -r1.22.2.7.2.9
*** class.boaccounts.inc.php    10 Sep 2003 00:35:09 -0000      1.22.2.7.2.8
--- class.boaccounts.inc.php    10 Sep 2003 04:03:40 -0000      1.22.2.7.2.9
***************
*** 1,969 ****
! <?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.                                           
   *
!       
\**************************************************************************/
[...1899 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]