NAVIGATION
This shows you the differences between two versions of the page.
|
deutsch:andere-erweiterungen:hacks:gaestebuch-eintrag-unsichtbar [2015/02/27 17:40] Robert |
deutsch:andere-erweiterungen:hacks:gaestebuch-eintrag-unsichtbar [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 134: | Line 134: | ||
| if ($phpwcms['guestbook_hidden']) | if ($phpwcms['guestbook_hidden']) | ||
| $guestbook['sql'] .= "guestbook_msg="._dbEscape('[##]' . $guestbook['post']['msg']).", "; | $guestbook['sql'] .= "guestbook_msg="._dbEscape('[##]' . $guestbook['post']['msg']).", "; | ||
| - | else $guestbook['sql'] .= "guestbook_msg="._dbEscape('[##]' . $guestbook['post']['msg']).", "; | + | else $guestbook['sql'] .= "guestbook_msg="._dbEscape($guestbook['post']['msg']).", "; |
| // =========================================== +KH090210 | // =========================================== +KH090210 | ||
| </code> | </code> | ||