Zeile 6 | Zeile 6 |
---|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* $Id: smilies.php 5459 2011-05-10 10:47:56Z Tomm $
| * $Id$
|
*/
// Disallow direct access to this file for security reasons
| */
// Disallow direct access to this file for security reasons
|
Zeile 482 | Zeile 482 |
---|
{ foreach($mybb->input['name'] as $sid => $name) {
|
{ foreach($mybb->input['name'] as $sid => $name) {
|
| $sid = intval($sid);
|
if($mybb->input['delete'][$sid] == 1) { $db->delete_query("smilies", "sid = '{$sid}'", 1);
| if($mybb->input['delete'][$sid] == 1) { $db->delete_query("smilies", "sid = '{$sid}'", 1);
|
Zeile 666 | Zeile 667 |
---|
if($table->num_rows() == 0) {
|
if($table->num_rows() == 0) {
|
$table->construct_cell($lang->no_smilies, array('colspan' => 4));
| $table->construct_cell($lang->no_smilies, array('colspan' => 5));
|
$table->construct_row(); }
| $table->construct_row(); }
|