FSN#22214 LCL

svn path=/Database/trunk/; revision=11027
This commit is contained in:
Jos Groot Lipman
2012-01-15 19:20:42 +00:00
parent 1d24d67dd6
commit 7ec73ba06c
3 changed files with 65 additions and 10 deletions

View File

@@ -4,8 +4,8 @@
-- Copyright 1996-2010 SG|facilitor bv.
-- All rights reserved!
/*
* $Revision: 64 $
* $Modtime: 14-12-10 12:18 $
* $Revision: 65 $
* $Modtime: 11-01-12 16:00 $
*/
#include "modules.h"
#include "comsql.h"
@@ -158,6 +158,7 @@ SET ECHO ON
/* LOCALE's */
#include "fac\fac_lcl.src"
#include "fac\fac_lclasp.src"
#include "mld\mld_lcl.src"
#include "res\res_lcl.src"
COMMIT;
@@ -167,7 +168,7 @@ BEGIN DBMS_UTILITY.COMPILE_SCHEMA(USER, FALSE); END;
/
BEGIN fac.registerversion(_VERSIONMAJ, _VERSIONMIN, _VERSIONPATCH, _DBV, NULL); END;
/
REGISTERONCE('$Workfile: FCLT.SRC $','$Revision: 64 $')
REGISTERONCE('$Workfile: FCLT.SRC $','$Revision: 65 $')
COMMIT;
///////////////////////////// Report invalid objects, if any ///////