| 90,11 → 90,13 |
| echo "<b>Change failed for attribute $key: " . da_sql_error($link,$config) . "</b><br>\n"; |
| } |
| else{ |
| $res = da_sql_query($link,$config, |
| "INSERT INTO $table ($query_key,attribute,value $text2) |
| VALUES ('$login','$sql_attr','$val' $op_val2);"); |
| if (!$res || !da_sql_affected_rows($link,$res,$config)) |
| echo "<b>Change failed for attribute $key: " . da_sql_error($link,$config) . "</b><br>\n"; |
| if($val != ''){ |
| $res = da_sql_query($link,$config, |
| "INSERT INTO $table ($query_key,attribute,value $text2) |
| VALUES ('$login','$sql_attr','$val' $op_val2);"); |
| if (!$res || !da_sql_affected_rows($link,$res,$config)) |
| echo "<b>Change failed for attribute $key: " . da_sql_error($link,$config) . "</b><br>\n"; |
| } |
| } |
| } |
| } |