dwing
diff inc/active.class.php @ 186:cfd4d1dcece4
theoretically support OpenID AX with both axschema and schema.openid.net, thank god that no provider has support for this yet somehow
| author | Arpad Borsos <arpad.borsos@googlemail.com> |
|---|---|
| date | Thu Aug 05 12:04:49 2010 +0200 (21 months ago) |
| parents | 2df784358c9f |
| children |
line diff
1.1 --- a/inc/active.class.php Thu Jul 23 16:12:57 2009 +0200 1.2 +++ b/inc/active.class.php Thu Aug 05 12:04:49 2010 +0200 1.3 @@ -233,7 +233,7 @@ 1.4 public function save($aUseTransaction = false) 1.5 { 1.6 if($aUseTransaction) 1.7 - Core::$db->startTransaction(); 1.8 + Core::$db->beginTransaction(); 1.9 $childClass = $this->className; 1.10 if(empty($this->id)) 1.11 { 1.12 @@ -309,7 +309,7 @@ 1.13 public function delete($aUseTransaction = false) 1.14 { 1.15 if($aUseTransaction) 1.16 - Core::$db->startTransaction(); 1.17 + Core::$db->beginTransaction(); 1.18 $childClass = $this->className; 1.19 if(empty(self::$statements[$childClass]['delete'])) 1.20 {
