remove $Ids$
This commit is contained in:
parent
4a0c591657
commit
c6031dc1dc
@ -84,7 +84,7 @@ class Serendipity_Import_WordPress extends Serendipity_Import {
|
||||
$categories = array();
|
||||
$entries = array();
|
||||
|
||||
if ( !extension_loaded('mysqli') ) {
|
||||
if (!extension_loaded('mysqli')) {
|
||||
return MYSQL_REQUIRED;
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php # $Id$
|
||||
<?php
|
||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||
# All rights reserved. See LICENSE file for licensing details
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
<?php # $Id: postgres.inc.php 1178 2006-05-01 13:53:40Z garvinhicking $
|
||||
<?php
|
||||
# $Id: postgres.inc.php 1178 2006-05-01 13:53:40Z garvinhicking $
|
||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||
# 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)
|
||||
# All rights reserved. See LICENSE file for licensing details
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user