start removing reserved words from database column names (this run: addon and hook)
This commit is contained in:
@@ -1967,7 +1967,7 @@ function get_site_info() {
|
||||
$r = q("select * from addon where hidden = 0");
|
||||
if(count($r))
|
||||
foreach($r as $rr)
|
||||
$visible_plugins[] = $rr['name'];
|
||||
$visible_plugins[] = $rr['aname'];
|
||||
}
|
||||
sort($visible_plugins);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user