From 65cae974c5fb7a400ea49e7a8be2f3b171b05f6e Mon Sep 17 00:00:00 2001 From: Sergey Tsalkov Date: Thu, 28 Apr 2011 18:51:53 -0400 Subject: [PATCH] remove unused variable --- db.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/db.class.php b/db.class.php index 1493360..5ee54f5 100644 --- a/db.class.php +++ b/db.class.php @@ -22,7 +22,6 @@ class DB public static $insert_id = 0; public static $num_rows = 0; public static $affected_rows = 0; - public static $stmt = null; public static $queryResult = null; public static $queryResultType = null; public static $old_db = null;