File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ end libraryStack
4242on releaseStack
4343 if the short name of the target = the short name of me then
4444 -- Put cleanup stuff here:
45- get _rigCloseDB ()
45+ get rigCloseDB ()
4646
4747 if the environment is "development" then
4848 answer the target & " got releaseStack message"
@@ -1849,7 +1849,7 @@ end _rigHasOperator
18491849
18501850
18511851/* ----------------------------------------------------------------------
1852- --| FUNCTION _rigCloseDB
1852+ --| FUNCTION rigCloseDB
18531853--|
18541854--| Author: rabit
18551855--| Version: 1.1
@@ -1859,14 +1859,14 @@ end _rigHasOperator
18591859--|
18601860--| Summary: This handler closes the database connection.
18611861--|
1862- --| Format: _rigCloseDB ()
1862+ --| Format: rigCloseDB ()
18631863--|
18641864--| Parameters: --
18651865--|
18661866--| Return: mixed
18671867----------------------------------------------------------------------*/
18681868
1869- private function _rigCloseDB
1869+ function rigCloseDB
18701870 local tResult
18711871
18721872 if sDBdriverSettings ["connid" ] is an integer then
@@ -1876,7 +1876,7 @@ private function _rigCloseDB
18761876 put empty into sDatabaseID
18771877
18781878 return tResult
1879- end _rigCloseDB
1879+ end rigCloseDB
18801880
18811881
18821882
You can’t perform that action at this time.
0 commit comments