- Override privacy status on bookmark file import, if specified (i.e. Delicious)
[scuttle] / watch.php
index 61981bb1da829503bfc2c6559521ca55113ddb1b..cfd7cee956d1c2568e1cc758d94460264838c7bf 100644 (file)
--- a/watch.php
+++ b/watch.php
@@ -1,7 +1,6 @@
 <?php
 /***************************************************************************
-Copyright (c) 2004 - 2006 Scuttle project
-http://sourceforge.net/projects/scuttle/
+Copyright (c) 2004 - 2006 Marcus Campbell
 http://scuttle.org/
 
 This program is free software; you can redistribute it and/or modify
@@ -19,7 +18,7 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 ***************************************************************************/
 
-require_once('header.inc.php');
+require_once 'header.inc.php';
 $userservice =& ServiceFactory::getServiceInstance('UserService');
 
 @list($url, $user) = isset($_SERVER['PATH_INFO']) ? explode('/', $_SERVER['PATH_INFO']) : NULL;

Benjamin Mako Hill || Want to submit a patch?