Changeset 2837541
- Timestamp:
- 12/21/2022 04:56:42 PM (3 years ago)
- Location:
- book-a-room/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
bookaroom-meetings-roomConts.php (modified) (1 diff)
-
bookaroom.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
book-a-room/trunk/README.txt
r2781982 r2837541 106 106 107 107 == Changelog == 108 = 2.9 = 109 * BUGFIX: Fixed problems with errors on variables that weren't set yet on the Add Container page. 110 108 111 = 2.8.9 = 109 112 * BUGFIX: Fixed a few count() calls that were erroring out on empty. -
book-a-room/trunk/bookaroom-meetings-roomConts.php
r1732355 r2837541 381 381 function showRoomContEdit( $roomContInfo, $branchID, $roomContList, $roomList, $branchList, $amenityList, $action, $actionName ) 382 382 # show edit page and fill with values 383 { 383 { 384 if( empty( $roomContInfo ) ) { 385 $roomContInfo = [ 'occupancy' => null, 'isPublic' => null, 'hideDaily' => null, 'errors' => null, 'roomContID' => null, 'roomContDesc' => null ]; 386 } 384 387 require( BOOKAROOM_PATH . 'templates/roomConts/edit.php' ); 385 388 } -
book-a-room/trunk/bookaroom.php
r2781982 r2837541 4 4 Plugin URI: https://wordpress.org/plugins/book-a-room/ 5 5 Description: Book a Room is a library oriented meeting room management and event calendar system. 6 Version: 2. 8.96 Version: 2.9 7 7 Author: Colin Tomele 8 8 Author URI: http://heightslibrary.org
Note: See TracChangeset
for help on using the changeset viewer.