mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
remove trailing whitespace
This commit is contained in:
parent
15f4f99012
commit
48c4d1e354
1
LICENSE
1
LICENSE
|
|
@ -337,4 +337,3 @@ proprietary programs. If your program is a subroutine library, you may
|
|||
consider it more useful to permit linking proprietary applications with the
|
||||
library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License.
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ $db = new Database($dbhost, $dbuser, $dbpassword, $database, 1); //Show Error =
|
|||
<div style="text-align: center; width: 1250px; margin: 0px auto;">
|
||||
|
||||
<img src="gfx/logo.png" alt="BOSWatch"><br>
|
||||
<a href="index.php?overview">[Übersicht]</a> - <a href="index.php?parser">[Parser]</a>
|
||||
<a href="index.php?overview">[<EFBFBD>bersicht]</a> - <a href="index.php?parser">[Parser]</a>
|
||||
|
||||
<br><br>
|
||||
<?php
|
||||
|
|
|
|||
|
|
@ -41,9 +41,9 @@ Simple Database Class (C) by Bastian Schroll
|
|||
/**
|
||||
* Database::query()
|
||||
*
|
||||
* Führt einen MySQL Query aus
|
||||
* F<EFBFBD>hrt einen MySQL Query aus
|
||||
*
|
||||
* @param mixed $query Auszuführender Query
|
||||
* @param mixed $query Auszuf<EFBFBD>hrender Query
|
||||
* @return Result-Handler/FALSE
|
||||
*/
|
||||
function query($query)
|
||||
|
|
@ -60,10 +60,10 @@ Simple Database Class (C) by Bastian Schroll
|
|||
/**
|
||||
* Database::fetchAssoc()
|
||||
*
|
||||
* Liefert alle gefundnen Datensätze als Assoc
|
||||
* Liefert alle gefundnen Datens<EFBFBD>tze als Assoc
|
||||
*
|
||||
* @param mixed $result Externer Result-Handler
|
||||
* @return gefundene Datensätze als Assoc
|
||||
* @return gefundene Datens<EFBFBD>tze als Assoc
|
||||
*/
|
||||
function fetchAssoc($result = null)
|
||||
{
|
||||
|
|
@ -79,10 +79,10 @@ Simple Database Class (C) by Bastian Schroll
|
|||
/**
|
||||
* Database::count()
|
||||
*
|
||||
* Zählt alle gefundenen Datensätze
|
||||
* Z<EFBFBD>hlt alle gefundenen Datens<EFBFBD>tze
|
||||
*
|
||||
* @param mixed $result Externer Result-Handler
|
||||
* @return Anzahl gefundener Datensätze
|
||||
* @return Anzahl gefundener Datens<EFBFBD>tze
|
||||
*/
|
||||
function count($result = null)
|
||||
{
|
||||
|
|
@ -98,7 +98,7 @@ Simple Database Class (C) by Bastian Schroll
|
|||
/**
|
||||
* Database::closeConnection()
|
||||
*
|
||||
* Schließt die bestehende MySQL Verbindung
|
||||
* Schlie<EFBFBD>t die bestehende MySQL Verbindung
|
||||
*
|
||||
* @return TRUE/FALSE
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue