projects
/
racktables
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d6d653e
)
r2769 - "has_problems" field wasn't loaded for "object", fix
author
Denis Ovsienko
<infrastation@yandex.ru>
Mon, 18 May 2009 15:05:25 +0000
(15:05 +0000)
committer
Denis Ovsienko
<infrastation@yandex.ru>
Mon, 18 May 2009 15:05:25 +0000
(15:05 +0000)
inc/database.php
patch
|
blob
|
blame
|
history
diff --git
a/inc/database.php
b/inc/database.php
index e7bbc66c34d9e76f67b0f927b3553e09cb81161b..acf62ad94fb610028b7ba3fdf42f454fa41666a8 100644
(file)
--- a/
inc/database.php
+++ b/
inc/database.php
@@
-23,6
+23,7
@@
$SQLSchema = array
'row_id' => '(select row_id from Rack where id = rack_id)',
'Row_name' => '(select name from RackRow where id = row_id)',
'objtype_name' => '(select dict_value from Dictionary where dict_key = objtype_id)',
+ 'has_problems' => 'has_problems',
),
'keycolumn' => 'id',
'ordcolumns' => array ('name'),