Index: /lib/wpsg_db.class.php
===================================================================
--- /lib/wpsg_db.class.php	(revision 6390)
+++ /lib/wpsg_db.class.php	(revision 6392)
@@ -192,6 +192,4 @@
 				if ($v != "NOW()" && $v != "NULL" && !is_array($v))
 					$v = "'".$v."'";
-				else if (is_array($v))
-					$v = $v[0];
 					
 				$strQuery .= "`".$k."` = ".$v.", ";
@@ -234,6 +232,4 @@
 				if ($v != "NOW()" && $v != "NULL" && !is_array($v))
 					$v = "'".$v."'";
-				else if (is_array($v))
-					$v = $v[0];
 					
 				$strQuery .= "`".$k."` = ".$v.", ";
