|
From: | Ralf Becker <address@hidden> |
Subject: | [Phpgroupware-cvs] CVS: wiki/admin index.php,1.3,1.4 |
Date: | Tue, 04 Mar 2003 13:04:05 -0500 |
Update of /cvsroot/phpgroupware/wiki/admin In directory subversions:/tmp/cvs-serv13167 Modified Files: index.php Log Message: some fixes to run under other db's then mysql Index: index.php =================================================================== RCS file: /cvsroot/phpgroupware/wiki/admin/index.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** index.php 3 Mar 2003 14:16:23 -0000 1.3 --- index.php 4 Mar 2003 18:04:03 -0000 1.4 *************** *** 12,22 **** include ("../config.php"); - include("../dbconnect.php"); - $accountid = get_account_id(); - $result = mysql_query("SELECT account_lid FROM phpgw_accounts WHERE account_id='$accountid'"); - $row = mysql_fetch_array($result); - $account_lid = $row["account_lid"]; - if ($GLOBALS['phpgw_info']['user']['apps']['admin']) { chdir('..'); --- 12,16 ----
[Prev in Thread] | Current Thread | [Next in Thread] |