Subversion Repositories oidplus

Rev

Rev 1156 | Rev 1199 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1156 Rev 1189
Line 1357... Line 1357...
1357
                                                        }
1357
                                                        }
1358
                                                }
1358
                                                }
1359
                                        }
1359
                                        }
1360
 
1360
 
1361
                                        if ($accept) {
1361
                                        if ($accept) {
1362
                                                $notifications[] = array('WARN', _L('Object %1 has no title.', '<a '.OIDplus::gui()->link($row['id']).'>'.$row['id'].'</a>'));
1362
                                                $notifications[] = new OIDplusNotification('WARN', _L('Object %1 has no title.', '<a '.OIDplus::gui()->link($row['id']).'>'.$row['id'].'</a>'));
1363
                                        }
1363
                                        }
1364
                                }
1364
                                }
1365
                        }
1365
                        }
1366
                }
1366
                }
1367
                return $notifications;
1367
                return $notifications;