diff options
| author | Lester Caine ext:(%22) <lester@lsces.co.uk> | 2012-04-29 12:21:35 +0100 |
|---|---|---|
| committer | Lester Caine ext:(%22) <lester@lsces.co.uk> | 2012-04-29 12:21:35 +0100 |
| commit | 062836dde05d659673ec152ba994ab83ffa912dc (patch) | |
| tree | 75747b3d45d3abd36af88e0acac82989b849ec2f /edit_book.php | |
| parent | 960aff7c96580a276d8184bcf68e35899a9312df (diff) | |
| download | wiki-062836dde05d659673ec152ba994ab83ffa912dc.tar.gz wiki-062836dde05d659673ec152ba994ab83ffa912dc.tar.bz2 wiki-062836dde05d659673ec152ba994ab83ffa912dc.zip | |
Strip extra white space
( simply ignoring is causing problems with comment merging )
Diffstat (limited to 'edit_book.php')
| -rw-r--r-- | edit_book.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edit_book.php b/edit_book.php index a12c8c8..873096d 100644 --- a/edit_book.php +++ b/edit_book.php @@ -35,7 +35,7 @@ global $gStructure; global $gContent; if( @BitBase::verifyId( $_REQUEST["structure_id"] ) || @BitBase::verifyId( $_REQUEST["content_id"] ) ) { include_once( LIBERTY_PKG_PATH.'lookup_content_inc.php' ); - if( empty( $gContent ) ) { + if( empty( $gContent ) ){ $gBitSystem->fatalError( 'Error: Invalid structure id, the book you requested could not be found.' ); } elseif( empty( $_REQUEST["structure_id"] ) ) { // we were passed a valid content_id. Make sure the root node exists, and if not, create it. |
