Modify

Opened 3 years ago

Closed 3 years ago

#2322 closed Bug/Fehler (fixed)

Undefined index: complete_inserts (db_functions.php)

Reported by: web-looks.de Owned by: somebody
Priority: normal Milestone: modified-shop-2.0.8.0
Component: Admin Version: 2.0.7.2
Keywords: Cc:
Blocked By: Blocking:

Description

Meldung:

Undefined index: complete_inserts in File: /admin/includes/functions/db_functions.php on Line: 692

Vorschlag zur Korrektur:

/admin/includes/functions/db_functions.php

Suchen nach:

if ($dump['complete_inserts'] == 'yes') {

Ersetzen mit:

if (!empty($dump['complete_inserts']) && $dump['complete_inserts'] == 'yes') {

Attachments (0)

Change History (1)

comment:1 by Gerhard Waldemair, 3 years ago

Resolution: fixed
Status: newclosed

In 14777:

fix #2322 - fix warning

Modify Ticket

Action
as closed The owner will remain somebody.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.