Subversion Repositories ALCASAR

Rev

Rev 1879 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1879 Rev 2333
Line 97... Line 97...
97
		}
97
		}
98
		else
98
		else
99
			echo "<b>Database query failed partially: " . da_sql_error($link,$config) . "</b><br>\n";
99
			echo "<b>Database query failed partially: " . da_sql_error($link,$config) . "</b><br>\n";
100
		if (isset($tmp)){
100
		if (isset($tmp)){
101
			foreach(array_keys($tmp) as $val){
101
			foreach(array_keys($tmp) as $val){
-
 
102
				unset($key);
102
				if ($val == '')
103
				if ($val == '')
103
					continue;
104
					continue;
104
				if(isset($rev_attrmap["$val"])) {
105
				if(isset($rev_attrmap["$val"])) {
105
					$key = $rev_attrmap["$val"];
106
					$key = $rev_attrmap["$val"];
106
				}
107
				}