openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit e23078feeed1fb9f9b5ae22570b71107aa695bd6
parent 1408c6ba48e9a8e12b9cba8052fcea636faa3199
Author: dankert <devnull@localhost>
Date:   Tue, 30 Oct 2007 00:26:44 +0100

Konstanten f?r Request-Variablen.

Diffstat:
do.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/do.php b/do.php @@ -59,6 +59,7 @@ define('REQ_PARAM_LANGUAGE_ID' ,'languageid' ); define('REQ_PARAM_MODEL_ID' ,'modelid' ); define('REQ_PARAM_PROJECT_ID' ,'projectid' ); define('REQ_PARAM_ELEMENT_ID' ,'elementid' ); +define('REQ_PARAM_TEMPLATE_ID' ,'templateid' ); define('REQ_PARAM_DATABASE_ID' ,'dbid' ); require_once( "functions/request.inc.php" );