Skip to content
Snippets Groups Projects
Commit 32915646 authored by The Great Git Migration's avatar The Great Git Migration Committed by Drupal Git User (LDAP)
Browse files

Stripping CVS keywords

parent d45f1589
Branches
No related tags found
No related merge requests found
# German translation of Drupal (workflow.module)
# $Id$
#
msgid ""
msgstr ""
......
# French translation of Drupal (workflow.module)
# $Id$
#
msgid ""
msgstr ""
......
; $Id$
name = Workflow
description = Allows the creation and assignment of arbitrary workflows to node types.
package = "Workflow"
<?php
// $Id$
function workflow_install() {
$result = array();
......
<?php
// $Id$
define('WORKFLOW_CREATION', 1);
define('WORKFLOW_DELETION', -1);
......
; $Id$
name = Workflow access
description = Content access control based on workflows and roles
dependencies = workflow
......
<?php
// $Id$
/**
* Implementation of hook_install().
......
<?php
// $Id$
/**
* @file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment