1
0
in blogger a strange editor was used to write the file
This commit is contained in:
Ian
2014-11-24 14:30:49 +01:00
parent 8da4c647a8
commit efe2303b23
2 changed files with 39 additions and 40 deletions

View File

@ -13,7 +13,6 @@ class Serendipity_Import_Blogger extends Serendipity_Import {
var $data = array();
var $inputFields = array();
function Serendipity_Import_Blogger($data) {
global $serendipity;

View File

@ -255,7 +255,7 @@ function &serendipity_db_query($sql, $single = false, $result_type = "both", $re
$rows = array();
foreach($serendipity['dbSth']->fetchAll($result_type) AS $row) {
$row = serendipity_db_sqlite_fetch_array($row, $result_type);
$row = serendipity_db_sqlite_fetch_array($row, $result_type);
if (!empty($assocKey)) {
// You can fetch a key-associated array via the two function parameters assocKey and assocVal
if (empty($assocVal)) {