Changeset 1136

Show
Ignore:
Timestamp:
05/03/08 22:27:59 (4 months ago)
Author:
zothos
Message:

small db update improvements

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r1135 r1136  
    11ispCP ω 1.0.0 Changelog 
    22~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     3 
     42008-05-03 Jochen Manz 
     5        - GUI: 
     6                * small db update improvements 
    37 
    482008-05-03 Benedikt Heintel 
  • trunk/gui/include/database-update-functions.php

    r1132 r1136  
    8989 
    9090                if(function_exists($functionName)) { 
     91                        $queryArray     = array(); 
    9192                        $queryArray[]   = $functionName(); 
    9293