projects
/
fusionforge
/
fusionforge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e9b3c5
)
Drop broken SQL query, table no longer available.
author
Alain Peyrat
<aljeux@free.fr>
Tue, 8 Feb 2011 20:39:29 +0000
(20:39 +0000)
committer
Alain Peyrat
<aljeux@free.fr>
Tue, 8 Feb 2011 20:39:29 +0000
(20:39 +0000)
src/www/news/admin/index.php
patch
|
blob
|
history
diff --git
a/src/www/news/admin/index.php
b/src/www/news/admin/index.php
index
09f34d9
..
02867dd
100644
(file)
--- a/
src/www/news/admin/index.php
+++ b/
src/www/news/admin/index.php
@@
-70,10
+70,6
@@
if ($group_id && $group_id != forge_get_config('news_group')) {
$status=0;
}
- //foundry stuff - remove this news from the foundry so it has to be re-approved by the admin
- db_query_params ('DELETE FROM foundry_news WHERE news_id=$1',
- array($id));
-
if (!$summary) {
$summary='(none)';
}