| poolID | +Title | +Description | +Location | +|
|---|---|---|---|---|
| escape($pool->getID()) ?> | +escape($pool->getTitle()) ?> | +escape($pool->getDescription()) ?> | +escape($pool->getLocation()) ?> | +remove pool | +
There are no pools to display.
+ + diff --git a/pbs-data.sql b/pbs-data.sql index e3cef5f..1aec562 100644 --- a/pbs-data.sql +++ b/pbs-data.sql @@ -44,3 +44,7 @@ INSERT INTO `pbs_client` (`clientID`, `macadress`, `hardwarehash`) VALUES (9, '24:64:26:9a:92:90', '695610ee509c060b1fca9c8011529af4'), (10, '84:34:26:9a:92:90', 'a3562c8cad2a4fa4fc11656025dc911b'); +INSERT INTO `pbs`.`pbs_pool` (`poolID`, `title`, `description`, `location`) VALUES +(NULL, 'Pool 1', 'Description 1', 'Keller'), +(NULL, 'Pool 2', 'Description 2', 'Keller'); + -- cgit v1.2.3-55-g7522