Revision 2095
Added by darkviper almost 11 years ago
class.database.php | ||
---|---|---|
25 | 25 |
$msg .= 'tried to create an invalid <b>'.$y[1]['class'].'</b> - object</p>'; |
26 | 26 |
$msg .= '<p>Please replace <span style="color:#dd0000; font-weight:bold;">'; |
27 | 27 |
$msg .= '$database = new database();</span> by <span style="color:#00bb00; font-weight:bold;">'; |
28 |
$msg .= '$database = WbDatabase::getInstance();</span>.</p>';
|
|
28 |
$msg .= '$database = WbDatabase::getInstance();</span></p>'; |
|
29 | 29 |
$msg .= '<p>Also you can get information and help from the '; |
30 | 30 |
$msg .= '<a href="http://www.websitebaker.org/forum/index.php/board,2.0.html">WebsiteBaker Forum</a></p>'; |
31 | 31 |
$msg .= '<hr />'; |
... | ... | |
35 | 35 |
$msg .= 'wurde versucht, ein ungültiges <b>'.$y[1]['class'].'</b> - Objekt zu erstellen.</p>'; |
36 | 36 |
$msg .= '<p>Bitte ersetzen Sie <span style="color:#dd0000; font-weight:bold;">'; |
37 | 37 |
$msg .= '$database = new database();</span> durch <span style="color:#00bb00; font-weight:bold;">'; |
38 |
$msg .= '$database = WbDatabase::getInstance();</span>.</p>';
|
|
38 |
$msg .= '$database = WbDatabase::getInstance();</span></p>'; |
|
39 | 39 |
$msg .= '<p>Auch können sie auch Informationen und Hilfe im '; |
40 | 40 |
$msg .= '<a href="http://www.websitebaker.org/forum/index.php/board,31.0.html">WebsiteBaker Forum</a> finden.</p>'; |
41 | 41 |
$msg .= '</div>'; |
Also available in: Unified diff
! /functions::make_thumb() set JPG-compression to 100%
! /database::showError() output text corrected
! ../captcha.php::call_captcha() imagesize corected
! droplet >> [[SiteModified]] recoded
! droplet >> [[ModifiedWhen]] recoded
! install/index length of password restricted to 30 chars