diff --git a/core/shared/adapters/zendrowsetAdapter.php b/core/shared/adapters/zendrowsetAdapter.php index f51787d..c177f6c 100755 --- a/core/shared/adapters/zendrowsetAdapter.php +++ b/core/shared/adapters/zendrowsetAdapter.php @@ -1,41 +1,40 @@ -count() > 0) - { - $d->rewind(); - $firstRow = $d->current()->toArray(); - - $this->columns = array_keys($firstRow); - - //Note: foreach resets array iterator pointer - - foreach($d as $row) - { - $this->rows[] = array_values($row->toArray()); - } - } - } -} -? -> \ No newline at end of file +count() > 0) + { + $d->rewind(); + $firstRow = $d->current()->toArray(); + + $this->columns = array_keys($firstRow); + + //Note: foreach resets array iterator pointer + + foreach($d as $row) + { + $this->rows[] = array_values($row->toArray()); + } + } + } +} +?> \ No newline at end of file diff --git a/services/tuve.inc b/services/tuve.inc index a7bce2a..aa7c531 100755 --- a/services/tuve.inc +++ b/services/tuve.inc @@ -4,6 +4,6 @@ Define('DATABASE_PASSWORD', '5558585'); Define('DATABASE_NAME', 'biz'); -include("/usr/web/sites/tuve.tv/include/funcs.inc"); +include("funcs.inc"); ?> diff --git a/services/tuveAdmin.php b/services/tuveAdmin.php index 1c20e38..5b5426e 100755 --- a/services/tuveAdmin.php +++ b/services/tuveAdmin.php @@ -1,5 +1,4 @@