Subversion Repositories ALCASAR

Rev

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

Rev 1882 Rev 2333
Line 79... Line 79...
79
				}
79
				}
80
				else
80
				else
81
					echo "<b>Database query failed: " . da_sql_error($link,$config) . "</b><br>\n";
81
					echo "<b>Database query failed: " . da_sql_error($link,$config) . "</b><br>\n";
82
				if (isset($tmp)){
82
				if (isset($tmp)){
83
					foreach(array_keys($tmp) as $val){
83
					foreach(array_keys($tmp) as $val){
-
 
84
						unset($key);
84
						if ($val == '')
85
						if ($val == '')
85
							continue;
86
							continue;
86
						$key = $rev_attrmap["$val"];
87
						$key = $rev_attrmap["$val"];
87
						if ($key == ''){
88
						if ($key == ''){
88
							$key = $val;
89
							$key = $val;