diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-09-17 11:52:03 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-09-17 11:52:03 +0000 |
commit | 231ca3550889b16ab851b8b0710416c0473d6ed9 (patch) | |
tree | 96f493156528e9887c46f53ef4fdf18e5e52f662 /import.php | |
parent | 71a057721f5de8330b5bdd1775089abddbdb9d76 (diff) | |
download | semanticscuttle-231ca3550889b16ab851b8b0710416c0473d6ed9.tar.gz semanticscuttle-231ca3550889b16ab851b8b0710416c0473d6ed9.tar.bz2 |
fix bug #2847580: short open tag <? in import.php
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@343 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'import.php')
-rw-r--r-- | import.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -<? +<?php /*************************************************************************** Copyright (C) 2004 - 2006 Scuttle project http://sourceforge.net/projects/scuttle/ |