Merge branch 'seeddms-4.3.x' into seeddms-5.0.x

This commit is contained in:
Uwe Steinmann 2017-07-19 17:21:41 +02:00
commit d97e2da49d
7 changed files with 1 additions and 6 deletions

View File

@ -95,6 +95,7 @@
Changes in version 4.3.36
--------------------------------------------------------------------------------
- fix sql statement for creating temp. tables (sqlite)
- remove empty lines at end of view/bootstrap/class.*.php files (Closes #329)
--------------------------------------------------------------------------------
Changes in version 4.3.35

View File

@ -52,4 +52,3 @@ class SeedDMS_View_CreateIndex extends SeedDMS_Bootstrap_Style {
} /* }}} */
}
?>

View File

@ -128,4 +128,3 @@ class SeedDMS_View_SearchFulltext extends SeedDMS_Bootstrap_Style {
} /* }}} */
}
?>

View File

@ -101,4 +101,3 @@ class SeedDMS_View_SubstituteUser extends SeedDMS_Bootstrap_Style {
} /* }}} */
}
?>

View File

@ -204,4 +204,3 @@ $(document).ready( function() {
} /* }}} */
}
?>

View File

@ -215,4 +215,3 @@ $(document).ready(function() {
} /* }}} */
}
?>

View File

@ -172,4 +172,3 @@ class SeedDMS_View_WorkflowSummary extends SeedDMS_Bootstrap_Style {
} /* }}} */
}
?>