]> git.quilime.com - clmpr.git/commitdiff
Updated update.php to not throw header error
authorGabriel Dunne <gdunne@quilime.com>
Sun, 18 Dec 2011 21:48:33 +0000 (13:48 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Sun, 18 Dec 2011 21:48:33 +0000 (13:48 -0800)
update.php

index cd1daeba4a19a52f2dc696873e2e4522a5f6da53..56ce786097ed42ea5d16481bcbc5bc5a87debd01 100644 (file)
@@ -9,8 +9,6 @@ $params['url']   = isset($_POST['url'])   ? $_POST['url']  : null;
 $params['tags']  = isset($_POST['tags'])  ? $_POST['tags']  : null;
 $params['description']  = isset($_POST['description'])  ? $_POST['description']  : null;
 
-include 'head.html';
-
 try {
 
     if ($user = get_user() && $params['id']) {