Commit 7af144de authored by The Great Git Migration's avatar The Great Git Migration Committed by Drupal Git User (LDAP)
Browse files

Stripping CVS keywords

parent b4ecbd94
Showing with 0 additions and 20 deletions
+0 -20
// $Id$
REQUIREMENTS
------------
......
<?php
// $Id$
include_once "includes/bootstrap.inc";
include_once "includes/common.inc";
......
<?php
/* $Id$ */
// Define the various updates in an array("date : comment" => "function");
$sql_updates = array(
......
<?php
/* $Id$ */
function conf_init() {
......
<?php
/* $Id$ */
/**
* @defgroup common Core functions
......
<?php
// $Id$
#
# Database settings:
......
<?php
// $Id$
function db_prefix_tables($sql) {
global $db_prefix;
......
<?php
// $Id$
function db_connect($url) {
$url = parse_url($url);
......
<?php
// $Id$
require_once 'DB.php';
......
<?php
/* $Id$ */
/**
* @defgroup file File interface
......
<?php
/* $Id$ */
/**
* @defgroup menu Menu system
......
<?php
// $Id$
// initialize modules:
function module_init() {
......
<?php
// $Id$
/**
* @defgroup pager Pager interface
......
<?php
// $Id$
session_set_save_handler("sess_open", "sess_close", "sess_read", "sess_write", "sess_destroy", "sess_gc");
session_start();
......
<?php
// $Id$
function tablesort_init($header) {
static $ts;
......
<?php
/* $Id$ */
/**
* @file
......
<?php
// by Edd Dumbill (C) 1999-2001
// <edd@usefulinc.com>
// $Id$
// Copyright (c) 1999,2000,2001 Edd Dumbill.
......
<?php
// by Edd Dumbill (C) 1999-2001
// <edd@usefulinc.com>
// $Id$
// Copyright (c) 1999,2000,2001 Edd Dumbill.
// All rights reserved.
......
<?php
// $Id$
include_once "includes/bootstrap.inc";
drupal_page_header();
......
/* $Id$ */
form {
margin: 0;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment