Хранилища Subversion ant

Сравнить редакции

Не учитывать пробелы Редакция 311 → Редакция 312

/branches/ant-ng/lib/core.php
19,11 → 19,10
protected $owner = NULL;
 
 
function __constructor($database,$prefix,$secure,$owner) {
function __constructor($database,$prefix,$secure) {
$this->db = $database;
$this->prefix = $prefix;
$this->secure = $secure;
$this->owner = $owner;
$this->secure = $secure;
}
 
function getSetting($attr) {