Subversion Repositories ALCASAR

Rev

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

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