diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-09-22 06:37:29 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-09-22 06:37:29 +0000 |
commit | 50205d36e0fb5b2f08cf9f3fd76d3694ce3acf8d (patch) | |
tree | 3cb754a2dbfcfe1adcf576058da4f464de866daa /importNetscape.php | |
parent | 9371dd23eb047bfd7fb94884ab0b68913b50da4d (diff) | |
download | semanticscuttle-50205d36e0fb5b2f08cf9f3fd76d3694ce3acf8d.tar.gz semanticscuttle-50205d36e0fb5b2f08cf9f3fd76d3694ce3acf8d.tar.bz2 |
use proper php tags, no the short tag syntax that does not work on 50% of all hosts
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@372 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'importNetscape.php')
-rw-r--r-- | importNetscape.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/importNetscape.php b/importNetscape.php index e7fe31f..4580429 100644 --- a/importNetscape.php +++ b/importNetscape.php @@ -1,4 +1,4 @@ -<? +<?php /*************************************************************************** Copyright (C) 2004 - 2006 Scuttle project http://sourceforge.net/projects/scuttle/ |