Stripping CVS keywords

4.3.x
The Great Git Migration 2011-02-25 02:05:58 +00:00 committed by Drupal Git User (LDAP)
parent 19102bb611
commit bd26d53bf5
61 changed files with 0 additions and 62 deletions

View File

@ -1,4 +1,3 @@
// $Id$
REQUIREMENTS
------------

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function db_prefix_tables($sql) {
global $db_prefix;

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function db_connect($url) {
$url = parse_url($url);

View File

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

View File

@ -1,5 +1,4 @@
<?php
// $Id$
/**
* Register a menu item with the menu system.

View File

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

View File

@ -1,5 +1,4 @@
<?php
// $Id$
/* ***************************************************
* external functions (API)

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function tablesort_init($header) {
static $ts;

View File

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

View File

@ -1,7 +1,6 @@
<?php // -*-c++-*-
// by Edd Dumbill (C) 1999-2001
// <edd@usefulinc.com>
// $Id$
// Copyright (c) 1999,2000,2001 Edd Dumbill.

View File

@ -1,7 +1,6 @@
<?php
// by Edd Dumbill (C) 1999-2001
// <edd@usefulinc.com>
// $Id$
// Copyright (c) 1999,2000,2001 Edd Dumbill.
// All rights reserved.

View File

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

View File

@ -1,4 +1,3 @@
/* $Id$ */
form {
margin: 0;

View File

@ -1,4 +1,3 @@
/* $Id$ */
body {
margin: 1em;

View File

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

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function archive_help($section) {
$output = "";

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function block_help($section = "admin/help#block") {
$output = "";

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function blog_settings() {
$output = form_textarea(t("Explanation or submission guidelines"), "blog_help", variable_get("blog_help", ""), 70, 4, t("This text is displayed at the top of the blog submission form. It's useful for helping or instructing your users."));

View File

@ -1,5 +1,4 @@
<?php
// $Id$
/*
** The Drupal Blogger API implementation.

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function book_node($field) {
global $user;

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function cloud_help($section = "admin/help#cloud") {
$output = "";

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function comment_help($section = "admin/help#comment") {
$output = "";

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function drupal_help($section = "admin/help#drupal") {
$output = "";

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function forum_node($field) {
$info["name"] = t("forum topic");

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function help_link($type) {
if ($type == "system" && user_access("access administration pages")) {

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function import_help($section = "admin/help#import") {

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function jabber_help($section) {
$output = "";

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function locale_help($section = "admin/help#locale") {
$output = "";

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function node_help($section = "admin/help#node") {
global $mod;

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function page_help($section = "admin/help#page") {
$output = "";

View File

@ -1,5 +1,4 @@
<?php
/* $Id$ */
function path_admin() {
$op = $_POST["op"];

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function ping_help($section = "admin/help#ping") {
$output = "";

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function poll_allowvotes(&$node) {
/*

View File

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

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function queue_help($section) {
$output = "";

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function search_help($section = "admin/help#search") {
$output = "";

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function statistics_init() {
global $recent_activity;

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function story_help($section = "admin/help#story") {
$output = "";

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function system_help($section = "admin/help#system") {
global $base_url;

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function taxonomy_feed($taxonomy) {
global $id, $type;

View File

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

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function title_help($section) {
$output = "";

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function tracker_help($section = "admin/help#tracker") {
$output = "";

View File

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

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function watchdog_help($section = "admin/help#watchdog") {
$output = "";

View File

@ -1,5 +1,4 @@
#!/usr/bin/perl -w
# $Id$
# Author: Alexander Schwartz (alexander.schwartz@gmx.net)
# Licence: GPL
@ -9,7 +8,6 @@
# code. This program tries to show as many improvements as possible with
# no false positives.
# $Id$
$comment = 0;
$program = 0;

View File

@ -1,6 +1,5 @@
#!/usr/local/bin/php -q
<?php
// $Id$
ini_set("include_path", ".:/home/dries/personal/cvs/web/pear:/home/dries/personal/cvs/web/drupal.org/x.x.x");
include_once "includes/common.inc";

View File

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

View File

@ -1,4 +1,3 @@
/* $Id$ */
body {
margin: 10px;

View File

@ -1,5 +1,4 @@
<?php
// $Id$
class Theme_marvin extends BaseTheme {
function system($field) {

View File

@ -1,4 +1,3 @@
/* $Id$ */
body {
margin: 10px;

View File

@ -1,5 +1,4 @@
<?php
// $Id$
class Theme_unconed extends BaseTheme {
var $foreground = "#000000";

View File

@ -1,4 +1,3 @@
/* $Id$ */
body {
margin: 0;

View File

@ -33,7 +33,6 @@ class XTemplate {
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
$Id$
*/

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function xtemplate_settings() {
$output = form_select(t("Sidebar placement"), "xtemplate_sidebar", variable_get("xtemplate_sidebar", "left"), array("none" => t("No sidebars"), "left" => t("Sidebar on the left"), "right" => t("Sidebar on the right"), "both" => t("Sidebar on the left and the right")));

View File

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

View File

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