diff options
Diffstat (limited to 'include/functions_xml.inc.php')
-rw-r--r-- | include/functions_xml.inc.php | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/include/functions_xml.inc.php b/include/functions_xml.inc.php index 6489e61ca..ca2f1b7e1 100644 --- a/include/functions_xml.inc.php +++ b/include/functions_xml.inc.php @@ -1,10 +1,10 @@ <?php // +-----------------------------------------------------------------------+ -// | functions_xml.inc.php | -// +-----------------------------------------------------------------------+ -// | application : PhpWebGallery <http://phpwebgallery.net> | -// | branch : BSF (Best So Far) | +// | PhpWebGallery - a PHP based picture gallery | +// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | +// | Copyright (C) 2003-2004 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ +// | branch : BSF (Best So Far) // | file : $RCSfile$ // | last update : $Date$ // | last modifier : $Author$ @@ -24,7 +24,6 @@ // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | // | USA. | // +-----------------------------------------------------------------------+ -// xml tags define( 'ATT_REG', '\w+' ); define( 'VAL_REG', '[^"]*' ); |