<?
 
/*    =======================================
 
    Copyright 1998 - 2010 - E Net Arch
 
    This program is distributed under the terms of the GNU
 
    General Public License (or the Lesser GPL).
 
    ======================================= */
 
 
function dirPath() { return ("../../"); }
 
 
Include_Once (dirPath() . "Shared/Install_Functions.inc");
 
Include_Once (dirPath() . "Shared/_app.inc");
 
 
Function php_Main ()
 
{
 
   $szStr =
 
        " szType varChar(20) " ;
 
 
   CreateClass ("Common_ContactType", ldrGlobals::cisItem(), 0 , true, $szStr);
 
 
   CreateClass ("Common_ContactTypes", ldrGlobals::cisFolder(), 0 , true);
 
}
 
?>
 
 |