Skip to content

Commit ba16ebd

Browse files
The Great Git MigrationDrupal Git User (LDAP)
The Great Git Migration
authored and
Drupal Git User (LDAP)
committed
Stripping CVS keywords
1 parent 9272e61 commit ba16ebd

9 files changed

+0
-9
lines changed

README.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// $Id$
21

32
CONTENTS OF THIS FILE
43
---------------------

flot.info

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
; $Id$
21
name = Flot
32
description = Provides an API for the flot js graphing library.
43
core = 6.x

flot.module

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* Implementation of hook_views_api().

views/flot-views-style.tpl.php

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file flot-views-summary-style.tpl.php

views/flot-views-summary-style.tpl.php

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file flot-views-summary-style.tpl.php

views/flot.views.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* Implementation of hook_views_data_alter().

views/flot_handler_field_datapoint.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
class flot_handler_field_datapoint extends views_handler_field {
54
protected $use_date;

views/flot_views_plugin_style.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
class flot_views_plugin_style extends views_plugin_style {
54
function option_definition() {

views/flot_views_plugin_summary_style.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* Summary style plugin for flot.

0 commit comments

Comments
 (0)