summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEudyptula <eitan@mosenkis.net>2009-08-14 11:12:45 -0400
committerEudyptula <eitan@mosenkis.net>2009-08-14 11:12:45 -0400
commit79d0a253da7c8b167624889df7a61083d6203484 (patch)
tree73efc8d0d4e6541731fce142047522bbb319b0d5 /shared/classes/gentoo_profile.php
parentAdded ebuild; added ntpd to init deps; builds show [failed] in frontend when ... (diff)
downloadingenue-79d0a253da7c8b167624889df7a61083d6203484.tar.gz
ingenue-79d0a253da7c8b167624889df7a61083d6203484.tar.bz2
ingenue-79d0a253da7c8b167624889df7a61083d6203484.zip
Create sql_row_with_flags class, make user, build, configuration subclasses of it, replace visibility in builds, configurations with flags column; fix init script for correct path
Diffstat (limited to 'shared/classes/gentoo_profile.php')
-rw-r--r--shared/classes/gentoo_profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/classes/gentoo_profile.php b/shared/classes/gentoo_profile.php
index d41497b..046de26 100644
--- a/shared/classes/gentoo_profile.php
+++ b/shared/classes/gentoo_profile.php
@@ -1,5 +1,5 @@
<?php
-class sql_gentoo_profile extends sql_row_obj {
+class sql_gentoo_profile extends sql_row_with_flags {
protected $table='gentoo_profiles', $primary_key=array('id'), $columns=array(
'id' => array (
'type' => 'TINYINT',