Renamed multiple database tables
This commit is contained in:
@@ -28,7 +28,7 @@ $pageNavbar = new pageNavbar(false, '<i class="fas fa-layer-group"></i> Platform
|
||||
$pageNavbar->AddHTMLButton('<a href="?add="><button class="btn btn-primary"><i class="fas fa-plus text-success"></i>' . __('add_platform') . '</button></a>');
|
||||
|
||||
# Retrieve Information for the page
|
||||
$data = $GLOBALS['conn']->query("SELECT * FROM vc_platforms");
|
||||
$data = $GLOBALS['conn']->query("SELECT * FROM autop_platforms");
|
||||
|
||||
# Set breadcrumb data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user