diff options
author | Craig Andrews <candrews@integralblue.com> | 2010-01-27 13:41:02 -0500 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2010-01-27 13:41:02 -0500 |
commit | 5224c7d6c263f078c3628650ff2b4b706862307c (patch) | |
tree | 9ce11b5470dfe1f64a8944dccb120f628a377e09 /lib/util.php | |
parent | 767b77d6c2291d6e7f4795ce18c70d5354a07de9 (diff) | |
parent | 656d95418c6d7f8b884c4c8af14ad6952032ace6 (diff) |
Merge branch '0.9.x' into 1.0.x
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index 01b159ac1..6c9f6316a 100644 --- a/lib/util.php +++ b/lib/util.php @@ -980,7 +980,7 @@ function common_redirect($url, $code=307) function common_broadcast_notice($notice, $remote=false) { - return common_enqueue_notice($notice); + // DO NOTHING! } // Stick the notice on the queue |