[Mydatabasepilot-cvs] MyDatabasePilot Application.cfm,1.8,1.9
Status: Alpha
Brought to you by:
nanoface
From: <nan...@us...> - 2003-05-02 04:37:39
|
Update of /cvsroot/mydatabasepilot/MyDatabasePilot In directory sc8-pr-cvs1:/tmp/cvs-serv3603 Modified Files: Application.cfm Log Message: Functionality Added: [ 731143 ] Create Client Var defaultMaxRows Index: Application.cfm =================================================================== RCS file: /cvsroot/mydatabasepilot/MyDatabasePilot/Application.cfm,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Application.cfm 2 May 2003 02:27:23 -0000 1.8 --- Application.cfm 2 May 2003 04:37:36 -0000 1.9 *************** *** 47,51 **** <!--- Initialize Client Variables ---> <!-----------------------------------> ! <!---Add Client Variables here if any---> <!------------------------------------> --- 47,55 ---- <!--- Initialize Client Variables ---> <!-----------------------------------> ! <!--- Initiate an Exclusive lock to ensure the integrity of Client variables ---> ! <cflock name="clientDefaultSettings" timeout = "30" throwontimeout="no" type = "exclusive"> ! <!--- Used to limit number of records returned from a query ---> ! <cfparam name="client.defaultMaxRows" default=20> ! </cflock> <!------------------------------------> |