core

Changeset 24888

Show
Ignore:
Timestamp:
11/16/08 20:04:11 (8 weeks ago)
Author:
philipp
Message:

rolled back wrong global replace in adodb

Location:
development/main/includes/classes/adodb/drivers
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • development/main/includes/classes/adodb/drivers/adodb-mysqli.inc.php

    r24395 r24888  
    260260                $ok = $this->Execute(sprintf($this->_genSeqSQL,$seqname)); 
    261261                if (!$ok) return false; 
    262                 return $this->Execute(sprintf($this->_genSeqzikula.orgame,$startID-1)); 
     262                return $this->Execute(sprintf($this->_genSeq2SQL,$seqname,$startID-1)); 
    263263        } 
    264264         
     
    278278                        $this->Execute(sprintf($this->_genSeqSQL,$seqname)); 
    279279                        $cnt = $this->GetOne(sprintf($this->_genSeqCountSQL,$seqname)); 
    280                         if (!$cnt) $this->Execute(sprintf($this->_genSeqzikula.orgame,$startID-1)); 
     280                        if (!$cnt) $this->Execute(sprintf($this->_genSeq2SQL,$seqname,$startID-1)); 
    281281                        $rs = $this->Execute($getnext); 
    282282                } 
     
    480480        } 
    481481         
    482         // "Innox - Juan Carlos Gonzalez" <jgonzikula.orgnox.com.mx> 
     482        // "Innox - Juan Carlos Gonzalez" <jgonalez#innox.com.mx> 
    483483        function MetaForeignKeys( $table, $owner = FALSE, $upper = FALSE, $associative = FALSE ) 
    484484        { 
  • development/main/includes/classes/adodb/drivers/adodb-mysql.inc.php

    r24395 r24888  
    196196                $ok = $this->Execute(sprintf($this->_genSeqSQL,$seqname)); 
    197197                if (!$ok) return false; 
    198                 return $this->Execute(sprintf($this->_genSeqzikula.orgame,$startID-1)); 
     198                return $this->Execute(sprintf($this->_genSeq2SQL,$seqname,$startID-1)); 
    199199        } 
    200200         
     
    217217                        $this->Execute(sprintf($this->_genSeqSQL,$seqname)); 
    218218                        $cnt = $this->GetOne(sprintf($this->_genSeqCountSQL,$seqname)); 
    219                         if (!$cnt) $this->Execute(sprintf($this->_genSeqzikula.orgame,$startID-1)); 
     219                        if (!$cnt) $this->Execute(sprintf($this->_genSeq2SQL,$seqname,$startID-1)); 
    220220                        $rs = $this->Execute($getnext); 
    221221                } 
     
    551551        } 
    552552         
    553         // "Innox - Juan Carlos Gonzalez" <jgonzikula.orgnox.com.mx> 
     553        // "Innox - Juan Carlos Gonzalez" <jgonalez#innox.com.mx> 
    554554        function MetaForeignKeys( $table, $owner = FALSE, $upper = FALSE, $associative = FALSE ) 
    555555     { 
 
 
Powered by Trac
Design by Arcsin