mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 08:14:25 +02:00
@brief is removed completely
This commit is contained in:
parent
fd1f1999f0
commit
0a4119adaf
170 changed files with 901 additions and 962 deletions
|
@ -15,8 +15,6 @@ use Friendica\Util\DateTimeFormat;
|
|||
require_once __DIR__ . '/../../include/dba.php';
|
||||
|
||||
/**
|
||||
* @brief This class contain functions for the database management
|
||||
*
|
||||
* This class contains functions that doesn't need to know if pdo, mysqli or whatever is used.
|
||||
*/
|
||||
class DBStructure
|
||||
|
@ -63,7 +61,7 @@ class DBStructure
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Print out database error messages
|
||||
* Print out database error messages
|
||||
*
|
||||
* @param string $message Message to be added to the error message
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue