cleanup tabs and whites
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
<?php # $Id$
|
<?php
|
||||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||||
# All rights reserved. See LICENSE file for licensing details
|
# All rights reserved. See LICENSE file for licensing details
|
||||||
|
|
||||||
@ -128,7 +128,6 @@ if ( $serendipity['GET']['adminAction'] == 'delete' ) {
|
|||||||
foreach ($cats as $cat_data) {
|
foreach ($cats as $cat_data) {
|
||||||
if ($cat_data['categoryid'] != $serendipity['GET']['cid'] && (serendipity_checkPermission('adminCategoriesMaintainOthers') || $cat_data['authorid'] == '0' || $cat_data['authorid'] == $serendipity['authorid'])) {
|
if ($cat_data['categoryid'] != $serendipity['GET']['cid'] && (serendipity_checkPermission('adminCategoriesMaintainOthers') || $cat_data['authorid'] == '0' || $cat_data['authorid'] == $serendipity['authorid'])) {
|
||||||
$data['cats'][] = $cat_data;
|
$data['cats'][] = $cat_data;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?php # $Id$
|
<?php
|
||||||
|
|
||||||
if (IN_serendipity !== true) {
|
if (IN_serendipity !== true) {
|
||||||
die ("Don't hack!");
|
die ("Don't hack!");
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?php # $Id$
|
<?php
|
||||||
|
|
||||||
if (IN_serendipity !== true) {
|
if (IN_serendipity !== true) {
|
||||||
die ("Don't hack!");
|
die ("Don't hack!");
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?php #
|
<?php
|
||||||
|
|
||||||
if (IN_serendipity !== true) {
|
if (IN_serendipity !== true) {
|
||||||
die ('Don\'t hack!');
|
die ('Don\'t hack!');
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?php # $Id$
|
<?php
|
||||||
|
|
||||||
if (IN_serendipity !== true) {
|
if (IN_serendipity !== true) {
|
||||||
die ("Don't hack!");
|
die ("Don't hack!");
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?php # $Id$
|
<?php
|
||||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||||
# All rights reserved. See LICENSE file for licensing details
|
# All rights reserved. See LICENSE file for licensing details
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?php # $Id$
|
<?php
|
||||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||||
# All rights reserved. See LICENSE file for licensing details
|
# All rights reserved. See LICENSE file for licensing details
|
||||||
|
|
||||||
@ -179,8 +179,8 @@ class Serendipity_Import_Blogger extends Serendipity_Import {
|
|||||||
// Create author if not in serendipity
|
// Create author if not in serendipity
|
||||||
$author = (string) $bEntry->author->name;
|
$author = (string) $bEntry->author->name;
|
||||||
if (!array_search($author, $authorList)) {
|
if (!array_search($author, $authorList)) {
|
||||||
serendipity_db_insert( 'authors',
|
serendipity_db_insert('authors',
|
||||||
array( 'right_publish' => 1,
|
array('right_publish' => 1,
|
||||||
'realname' => $author,
|
'realname' => $author,
|
||||||
'username' => $author,
|
'username' => $author,
|
||||||
'userlevel' => 0,
|
'userlevel' => 0,
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?php # $Id$
|
<?php
|
||||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||||
# All rights reserved. See LICENSE file for licensing details
|
# All rights reserved. See LICENSE file for licensing details
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
<?php # $Id: generic.inc.php 717 2005-11-21 09:56:25Z garvinhicking $
|
<?php
|
||||||
|
# $Id: generic.inc.php 717 2005-11-21 09:56:25Z garvinhicking $
|
||||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||||
# Copyright (c) 2009, Matthew Weigel
|
# Copyright (c) 2009, Matthew Weigel
|
||||||
# All rights reserved. See LICENSE file for licensing details
|
# All rights reserved. See LICENSE file for licensing details
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?php # $Id$
|
<?php
|
||||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||||
# All rights reserved. See LICENSE file for licensing details
|
# All rights reserved. See LICENSE file for licensing details
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?php # $Id$
|
<?php
|
||||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||||
# All rights reserved. See LICENSE file for licensing details
|
# All rights reserved. See LICENSE file for licensing details
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
<?php # $Id: b2evolution.inc.php 1093 2006-04-13 10:49:52Z garvinhicking $
|
<?php
|
||||||
|
# $Id: b2evolution.inc.php 1093 2006-04-13 10:49:52Z garvinhicking $
|
||||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||||
# All rights reserved. See LICENSE file for licensing details
|
# All rights reserved. See LICENSE file for licensing details
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
<?php # $Id: voodoopad.inc.php 1 2005-04-16 06:39:31Z timputnam $
|
<?php
|
||||||
|
# $Id: voodoopad.inc.php 1 2005-04-16 06:39:31Z timputnam $
|
||||||
# Copyright (c) 2003-2005, Tim Putnam
|
# Copyright (c) 2003-2005, Tim Putnam
|
||||||
|
|
||||||
/*****************************************************************
|
/*****************************************************************
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?php # $Id$
|
<?php
|
||||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||||
# All rights reserved. See LICENSE file for licensing details
|
# All rights reserved. See LICENSE file for licensing details
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?php #
|
<?php
|
||||||
|
|
||||||
if (IN_serendipity !== true) {
|
if (IN_serendipity !== true) {
|
||||||
die ("Don't hack!");
|
die ("Don't hack!");
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?php # $Id$
|
<?php
|
||||||
|
|
||||||
if (IN_serendipity !== true) {
|
if (IN_serendipity !== true) {
|
||||||
die ("Don't hack!");
|
die ("Don't hack!");
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?php # $Id$
|
<?php
|
||||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||||
# All rights reserved. See LICENSE file for licensing details
|
# All rights reserved. See LICENSE file for licensing details
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?php # $Id$
|
<?php
|
||||||
|
|
||||||
if (IN_serendipity !== true) {
|
if (IN_serendipity !== true) {
|
||||||
die ('Don\'t hack!');
|
die ('Don\'t hack!');
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?php # $Id$
|
<?php
|
||||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||||
# All rights reserved. See LICENSE file for licensing details
|
# All rights reserved. See LICENSE file for licensing details
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?php # $Id$
|
<?php
|
||||||
|
|
||||||
if (IN_serendipity !== true) {
|
if (IN_serendipity !== true) {
|
||||||
die ('Don\'t hack!');
|
die ('Don\'t hack!');
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?php # $Id$
|
<?php
|
||||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||||
# All rights reserved. See LICENSE file for licensing details
|
# All rights reserved. See LICENSE file for licensing details
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?php # $Id$
|
<?php
|
||||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||||
# All rights reserved. See LICENSE file for licensing details
|
# All rights reserved. See LICENSE file for licensing details
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?php # $Id$
|
<?php
|
||||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||||
# All rights reserved. See LICENSE file for licensing details
|
# All rights reserved. See LICENSE file for licensing details
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
<?php # $Id: sqlite.inc.php 1670 2007-04-10 13:23:34Z garvinhicking $
|
<?php
|
||||||
|
# $Id: sqlite.inc.php 1670 2007-04-10 13:23:34Z garvinhicking $
|
||||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||||
# All rights reserved. See LICENSE file for licensing details
|
# All rights reserved. See LICENSE file for licensing details
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
<?php # $Id: sqlite.inc.php 1670 2007-04-10 13:23:34Z garvinhicking $
|
<?php
|
||||||
|
# $Id: sqlite.inc.php 1670 2007-04-10 13:23:34Z garvinhicking $
|
||||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||||
# All rights reserved. See LICENSE file for licensing details
|
# All rights reserved. See LICENSE file for licensing details
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?php # $Id$
|
<?php
|
||||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||||
# All rights reserved. See LICENSE file for licensing details
|
# All rights reserved. See LICENSE file for licensing details
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
<?php # $Id: functions.inc.php 114 2005-05-22 15:37:11Z garvinhicking $
|
<?php
|
||||||
|
# $Id: functions.inc.php 114 2005-05-22 15:37:11Z garvinhicking $
|
||||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||||
# All rights reserved. See LICENSE file for licensing details
|
# All rights reserved. See LICENSE file for licensing details
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?php # $Id$
|
<?php
|
||||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||||
# All rights reserved. See LICENSE file for licensing details
|
# All rights reserved. See LICENSE file for licensing details
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
<?php # $Id: functions.inc.php 85 2005-05-10 10:11:05Z garvinhicking $
|
<?php
|
||||||
|
# $Id: functions.inc.php 85 2005-05-10 10:11:05Z garvinhicking $
|
||||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||||
# All rights reserved. See LICENSE file for licensing details
|
# All rights reserved. See LICENSE file for licensing details
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
<?php # $entry['feed_id']: functions_entries.inc.php 435 2005-08-25 12:36:39Z garvinhicking $
|
<?php
|
||||||
|
# $entry['feed_id']: functions_entries.inc.php 435 2005-08-25 12:36:39Z garvinhicking $
|
||||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||||
# All rights reserved. See LICENSE file for licensing details
|
# All rights reserved. See LICENSE file for licensing details
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?php # $Id$
|
<?php
|
||||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||||
# All rights reserved. See LICENSE file for licensing details
|
# All rights reserved. See LICENSE file for licensing details
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?php #
|
<?php
|
||||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||||
# All rights reserved. See LICENSE file for licensing details
|
# All rights reserved. See LICENSE file for licensing details
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user