Skip to content

Commit

Permalink
Fixed #8541: $g_mc_error_when_version_not_found is not defined.
Browse files Browse the repository at this point in the history
  • Loading branch information
vboctor committed Nov 3, 2007
1 parent 44a2a3c commit 837b77c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/soap/mc_config_defaults_inc.php
Expand Up @@ -44,9 +44,9 @@
$g_mc_category_when_not_found = '';

# If ON and the supplied version is not found, then a SoapException will be raised.
$g_mc_when_version_not_found = ON;
$g_mc_error_when_version_not_found = ON;

# Default version to be used if the specified version is not found and $g_mc_when_version_not_found == OFF.
# Default version to be used if the specified version is not found and $g_mc_error_when_version_not_found == OFF.
# (at the moment this value does not depend on the project).
$g_mc_version_when_not_found = '';
?>

0 comments on commit 837b77c

Please sign in to comment.