[geeklog-cvs] geeklog: Uninitialized variable (reported by Sergey)

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Aug 3 05:54:36 EDT 2009


details: http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/acaf327849c3
changeset: 7220:acaf327849c3
user: Dirk Haun <dirk at haun-online.de>
date: Mon Aug 03 11:50:51 2009 +0200
description:
Uninitialized variable (reported by Sergey)

diffstat:

system/databases/mssql.class.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r ac5f8a687ae5 -r acaf327849c3 system/databases/mssql.class.php
--- a/system/databases/mssql.class.php Sun Aug 02 20:07:04 2009 +0200
+++ b/system/databases/mssql.class.php Mon Aug 03 11:50:51 2009 +0200
@@ -1144,6 +1144,7 @@

//thanks to php.net for this
function array_push_associative(&$arr) {
+ $ret = 0;
$args = func_get_args();
foreach ($args as $arg) {
if (is_array($arg)) {



More information about the geeklog-cvs mailing list