- added the CVS keyword $Id$ to all files to make future version tracking

easier. Also changed the <? tag to <?php in some cases.
4.0.x
Kjartan Mannes 2001-10-20 18:57:09 +00:00
parent a98d2a2603
commit 864c18d4c3
49 changed files with 99 additions and 50 deletions

View File

@ -1,4 +1,5 @@
<?php
// $Id$
include_once "includes/common.inc";

View File

@ -1,4 +1,5 @@
<?php
// $Id$
include_once "includes/common.inc";

View File

@ -1,4 +1,5 @@
<?
<?php
// $Id$
function conf_init() {
global $HTTP_HOST, $REQUEST_URI;

View File

@ -1,4 +1,5 @@
<?php
// $Id$
#
# Database settings:

View File

@ -1,4 +1,5 @@
<?php
// $Id$
require_once 'DB.php';

View File

@ -1,4 +1,5 @@
<?php
// $Id$
// initialize modules:
function module_init() {

View File

@ -1,4 +1,5 @@
<?php
// $Id$
class BaseTheme {

View File

@ -1,4 +1,5 @@
<?php
// $Id$
include_once "includes/common.inc";

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function import_help() {
?>

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function import_help() {
?>

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function block_help() {
?>

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function block_help() {
?>

View File

@ -1,4 +1,5 @@
<?php
// $Id$
class Blog {
function Blog($blog) {

View File

@ -1,4 +1,5 @@
<?php
// $Id$
class Blog {
function Blog($blog) {

View File

@ -1,4 +1,5 @@
<?php
// $Id$
class Book {
function Book($book) {

View File

@ -1,4 +1,5 @@
<?php
// $Id$
class Book {
function Book($book) {

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function comment_search($keys) {
global $PHP_SELF;

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function comment_search($keys) {
global $PHP_SELF;

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function forum_status() {
return array(dumped, posted);

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function forum_status() {
return array(dumped, posted);

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function help_link($type) {
if ($type == "admin") {

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function help_link($type) {
if ($type == "admin") {

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function import_help() {
?>

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function locale_help() {
?>

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function locale_help() {
?>

View File

@ -1,4 +1,5 @@
<?php
// $Id$
class Node {
function Node($node) {

View File

@ -1,4 +1,5 @@
<?php
// $Id$
class Node {
function Node($node) {

View File

@ -1,4 +1,5 @@
<?php
// $Id$
$GLOBALS["format"] = array(0 => "HTML", 1 => "PHP", 2 => "text");

View File

@ -1,4 +1,5 @@
<?php
// $Id$
$GLOBALS["format"] = array(0 => "HTML", 1 => "PHP", 2 => "text");

View File

@ -1,4 +1,5 @@
<?php
// $Id$
class Poll {
function Poll($poll) {

View File

@ -1,4 +1,5 @@
<?php
// $Id$
class Poll {
function Poll($poll) {

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function queue_conf_options() {
$period = array(3600 => format_interval(3600), 10800 => format_interval(10800), 21600 => format_interval(21600), 32400 => format_interval(32400), 43200 => format_interval(43200), 86400 => format_interval(86400), 172800 => format_interval(172800), 259200 => format_interval(259200), 604800 => format_interval(604800), 1209600 => format_interval(1209600), 2419200 => format_interval(2419200), 1000000000 => t("Never"));

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function search_perm() {
return array("search content");

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function search_perm() {
return array("search content");

View File

@ -1,4 +1,5 @@
<?php
// $Id$
if (variable_get("referer", 0) && $referer = getenv("HTTP_REFERER")) {
db_query("INSERT INTO referer (URL, timestamp) values ('". check_input($referer) ."', '". time() ."')");

View File

@ -1,4 +1,5 @@
<?php
// $Id$
if (variable_get("referer", 0) && $referer = getenv("HTTP_REFERER")) {
db_query("INSERT INTO referer (URL, timestamp) values ('". check_input($referer) ."', '". time() ."')");

View File

@ -1,4 +1,5 @@
<?php
// $Id$
class Story {
function Story($story) {

View File

@ -1,4 +1,5 @@
<?php
// $Id$
class Story {
function Story($story) {

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function system_help() {
?>

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function system_help() {
?>

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function tracker_link($type) {

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function tracker_link($type) {

View File

@ -1,4 +1,5 @@
<?php
// $Id$
session_set_save_handler("sess_open", "sess_close", "sess_read", "sess_write", "sess_destroy", "sess_gc");
session_start();

View File

@ -1,4 +1,5 @@
<?php
// $Id$
session_set_save_handler("sess_open", "sess_close", "sess_read", "sess_write", "sess_destroy", "sess_gc");
session_start();

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function watchdog_help() {
?>

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function watchdog_help() {
?>

View File

@ -1,4 +1,5 @@
<?php
// $Id$
class Theme extends BaseTheme {

View File

@ -1,4 +1,5 @@
<?
<?php
// $Id$
/*********************************************************************

View File

@ -1,4 +1,5 @@
<?php
// $Id$
/*********************************************************************