Skip to content
Snippets Groups Projects
Commit 5c0d7905 authored by rswindell's avatar rswindell
Browse files

Fix CVS Id keyword usage.

Use require() rather than load() for sbbsdefs.js.
parent 2f8af77a
No related branches found
No related tags found
No related merge requests found
// $Id$
/*******************************************************************************
$ Id: $
Originally based on:
FILE: emailval.js v0.2
BY : Michael J. Ryan (http://tracker1.info/)
ON : 2005-02-14
......@@ -68,7 +69,7 @@ var cPrevalText = "telvalcode";
var cValCodeLen = 16;
//include SBBS Definition constants
load("sbbsdefs.js");
require("sbbsdefs.js", 'NET_NONE');
//gets the validation code in use, if any, otherwise sets/returns a new code.
function GetValidationCode() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment