/adei/ui

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/ui

« back to all changes in this revision

Viewing changes to classes/loggroup.php

  • Committer: Suren A. Chilingaryan
  • Date: 2008-04-02 10:23:22 UTC
  • Revision ID: csa@dside.dyndns.org-20080402102322-okib92sicg2dx3o3
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
 
 
3
class LOGGROUP {
 
4
 var $gid;
 
5
 
 
6
 function __construct(array &$info, READER &$reader = NULL, $flags = 0) {
 
7
    if ($info["db_group"]) $this->gid = $info["db_group"];
 
8
    else $this->gid = false;
 
9
 }
 
10
 
 
11
 function GetGroupID() {
 
12
    return $this->gid;
 
13
 }
 
14
};
 
15
 
 
16
 
 
17
?>
 
 
b'\\ No newline at end of file'