Revision 120
Added by stefan about 20 years ago
| frontend.functions.php | ||
|---|---|---|
| 46 | 46 |
$extra_sql=&$wb->extra_sql; |
| 47 | 47 |
$extra_where_sql=&$wb->extra_where_sql; |
| 48 | 48 |
|
| 49 |
$query="SELECT directory FROM ".TABLE_PREFIX."modules"; |
|
| 49 |
$query="SELECT directory FROM ".TABLE_PREFIX."modules WHERE type='snippet'";
|
|
| 50 | 50 |
$query_result=$database->query($query); |
| 51 | 51 |
if ($query_result->numRows()>0) {
|
| 52 | 52 |
while ($row = $query_result->fetchRow()) {
|
Also available in: Unified diff
Minor fix.