Chris Morgan : Fixed typo pointed out by Francois Gouget
Module: appdb Branch: master Commit: 26854c6b3b7fb0b85c712b2ba4c1334d8cdc16ce URL: http://source.winehq.org/git/appdb.git/?a=commit;h=26854c6b3b7fb0b85c712b2ba... Author: Chris Morgan <cmorgan(a)alum.wpi.edu> Date: Thu Jun 26 12:05:00 2008 -0400 Fixed typo pointed out by Francois Gouget --- include/application_queue.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/application_queue.php b/include/application_queue.php index d20dca8..14e1767 100644 --- a/include/application_queue.php +++ b/include/application_queue.php @@ -71,7 +71,7 @@ class application_queue function update() { - $bSucess = TRUE; + $bSuccess = TRUE; /* If the vendor was already un-queued then the edit vendor form would not have been displayed, and so the vendor name will not be set. Thus only
participants (1)
-
Chris Morgan