Skip to content

Commit

Permalink
try and stop double inclusion
Browse files Browse the repository at this point in the history
git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@165 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
Dave Goodwin committed Oct 20, 2011
1 parent e4b2c74 commit b4bd6f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website_code/php/database_library.php
Expand Up @@ -10,6 +10,11 @@
* @package
*/

// horrible includes.
if(function_exists('database_connect')) {
return;
}

/**
*
* Function database connect
Expand Down

0 comments on commit b4bd6f5

Please sign in to comment.