Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Fix for:
Browse files Browse the repository at this point in the history
PHP Notice:  Use of undefined constant SEARCH_TYPE_CONTACT - assumed 'SEARCH_TYPE_CONTACT'
  • Loading branch information
littlejon committed Apr 1, 2012
1 parent 3a6a488 commit 4a6c3c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/config.php
Expand Up @@ -63,6 +63,7 @@
define("SEARCH_TYPE_ID", 0); // Search for a crash ID
define("SEARCH_TYPE_DESCRIPTION", 1); // Search for in the crash descriptions
define("SEARCH_TYPE_CRASHLOG", 2); // Search for in the crashlogs
define("SEARCH_TYPE_CONTACT", 3); // Search for in the Contact Name

$statusversions = array(0 => 'Unknown', 1 => 'In development', 2 => 'Submitted', 3 => 'Available', 4 => 'Discontinued');

Expand Down

0 comments on commit 4a6c3c0

Please sign in to comment.