[Mydatabasepilot-cvs] MyDatabasePilot index.cfm,1.2,1.3
Status: Alpha
Brought to you by:
nanoface
From: <nan...@us...> - 2003-04-23 03:28:54
|
Update of /cvsroot/mydatabasepilot/MyDatabasePilot In directory sc8-pr-cvs1:/tmp/cvs-serv26008 Modified Files: index.cfm Log Message: Bug Fix: [ 726004 ] Default Database Link Broken Index: index.cfm =================================================================== RCS file: /cvsroot/mydatabasepilot/MyDatabasePilot/index.cfm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.cfm 13 Apr 2003 03:06:35 -0000 1.2 --- index.cfm 23 Apr 2003 03:28:51 -0000 1.3 *************** *** 24,28 **** <tr> <td> ! <p class="Plain">You can either login to a database by completing the form below, or if you have configured the Application.cfm file for a default database, you can <a href="MyDatabasePilot.cfm">USE DEFAULT DATABASE</a>.</p> <!--- Initiate a Read Only lock to ensure the integrity of session variables ---> <cflock timeout = "30" throwontimeout="no" type = "readonly" scope = "session"> --- 24,28 ---- <tr> <td> ! <p class="Plain">You can either login to a database by completing the form below, or if you have configured the Application.cfm file for a default database, you can <a href="MyDatabasePilot.cfm?dbProcess=ShowTables">USE DEFAULT DATABASE</a>.</p> <!--- Initiate a Read Only lock to ensure the integrity of session variables ---> <cflock timeout = "30" throwontimeout="no" type = "readonly" scope = "session"> |