Index: trunk/core/kernel/utility/temp_handler.php =================================================================== diff -u -N -r8061 -r8067 --- trunk/core/kernel/utility/temp_handler.php (.../temp_handler.php) (revision 8061) +++ trunk/core/kernel/utility/temp_handler.php (.../temp_handler.php) (revision 8067) @@ -601,6 +601,7 @@ } }*/ $this->DropTempTable($master['TableName']); + $this->Application->resetCounters($master['TableName']); if (!isset($this->savedIDs[ $master['Prefix'] ])) { $this->savedIDs[ $master['Prefix'] ] = Array(); @@ -688,6 +689,7 @@ array_push($this->DroppedTables, $table); $this->DroppedTables = array_unique($this->DroppedTables); $this->Conn->Query($query); + return true; }