Removed obsolete $ in source files

This commit is contained in:
Manuel Cillero 2017-08-29 14:13:02 +02:00
parent a39c010e06
commit e5f2b64d98
146 changed files with 836 additions and 1081 deletions

View file

@ -1,6 +1,4 @@
<?php
// $Id: role_delegation.install,v 1.1.2.1 2009/12/31 06:27:45 davidlesieur Exp $
/**
* Update permission names to allow non-English characters.
* See http://drupal.org/node/510054.
@ -34,4 +32,4 @@ function role_delegation_update_6000() {
}
}
return $ret;
}
}