phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: wiki index.php,1.3,1.4


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wiki index.php,1.3,1.4
Date: Tue, 04 Mar 2003 13:06:12 -0500

Update of /cvsroot/phpgroupware/wiki
In directory subversions:/tmp/cvs-serv17011

Modified Files:
        index.php 
Log Message:
some fixes to run under other db's then mysql

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/wiki/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:06:10 -0000       1.4
***************
*** 42,57 ****
  require('lib/main.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 ($account_lid == $admin1 or $account_lid == $admin2)       {
-     echo "<br><a href=\"";
-       echo $GLOBALS['phpgw']->link("/wiki/admin/index.php");
-       echo "\">Admin Page</a><br><br>";
- } */
- 
  ?>
--- 42,44 ----





reply via email to

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