@ -391,7 +391,7 @@ class OC_DB {
*
* TODO: write more documentation
*/
public static function getDbStructure( $file ,$mode=MDB2_SCHEMA_DUMP_STRUCTURE) {
public static function getDbStructure( $file, $mode=MDB2_SCHEMA_DUMP_STRUCTURE) {
self::connectScheme();
// write the scheme
@ -1,9 +1,9 @@
<?php
/**
* Class for utility functions
class OC_Util {
public static $scripts=array();
public static $styles=array();