@@ -3,8 +3,8 @@ discard block |
||
| 3 | 3 | // $Id: dbtypes.php,v 1.8 2009-04-28 13:13:04 matthew Exp $ |
| 4 | 4 | |
| 5 | 5 | // The type field in the epobject database table |
| 6 | -define ('EPTYPE_HANSARD', 1); |
|
| 7 | -define ('EPTYPE_GLOSSARY', 2); |
|
| 6 | +define('EPTYPE_HANSARD', 1); |
|
| 7 | +define('EPTYPE_GLOSSARY', 2); |
|
| 8 | 8 | |
| 9 | 9 | // The major field in the hansard database table |
| 10 | 10 | $hansardmajors = array( |
@@ -121,7 +121,7 @@ discard block |
||
| 121 | 121 | ); |
| 122 | 122 | $hansardmajors[104] = $hansardmajors[4]; |
| 123 | 123 | |
| 124 | -$parties = array ( |
|
| 124 | +$parties = array( |
|
| 125 | 125 | 'Bp' => 'Bishop', |
| 126 | 126 | 'Con' => 'Conservative', |
| 127 | 127 | 'CWM' => 'Deputy Speaker', |