Просмотр исходного кода

Add domain_description to the same domains array.

Mark Crane 11 лет назад
Родитель
Сommit
e6f7d70a89
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      resources/pdo.php

+ 1 - 0
resources/pdo.php

@@ -253,6 +253,7 @@ if ($db_type == "pgsql") {
 				}
 				$_SESSION['domains'][$row['domain_uuid']]['domain_uuid'] = $row['domain_uuid'];
 				$_SESSION['domains'][$row['domain_uuid']]['domain_name'] = $row['domain_name'];
+				$_SESSION['domains'][$row['domain_uuid']]['domain_description'] = $row['domain_description'];
 			}
 			unset($result, $prep_statement);
 	}