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: lightbox2.admin.inc,v 1.1.2.38 2010/09/24 08:41:02 snpower Exp $
/**
* @file
* Administrative page callbacks for the lightbox2 module.
@ -967,4 +965,3 @@ function lightbox2_auto_image_handling_settings_form() {
function _lightbox2_validate_hex_color($hex) {
return preg_match('!^[a-f0-9]{3}([a-f0-9]{3})?$!i', $hex);
}