Subversion Repositories oidplus

Rev

Rev 1162 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1162 Rev 1244
Line 16... Line 16...
16
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
 * See the License for the specific language governing permissions and
17
 * See the License for the specific language governing permissions and
18
 * limitations under the License.
18
 * limitations under the License.
19
 */
19
 */
20
 
20
 
21
// This script generates a part of ../setup/sql/wellknown_country_mssql.sql , based on Country OIDs at oid-info.com
21
// This script generates a part of plugins/viathinksoft/sqlSlang/mssql/sql/wellknown_country.sql , based on Country OIDs at oid-info.com
22
// If new countries are added to the ISO / ITU arcs, please re-run this script and update ../setup/sql/wellknown_country_mssql.sql accordingly
22
// If new countries are added to the ISO / ITU arcs, please re-run this script and update plugins/viathinksoft/sqlSlang/mssql/sql/wellknown_country.sql accordingly
23
 
23
 
24
use ViaThinkSoft\OIDplus\OIDplus;
24
use ViaThinkSoft\OIDplus\OIDplus;
25
 
25
 
26
require_once __DIR__ . '/../includes/oidplus.inc.php';
26
require_once __DIR__ . '/../includes/oidplus.inc.php';
27
 
27