Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
69
for
trunk/Packages/Common/Error.php
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Feb 28, 2016, 10:54:30 AM (
9 years
ago)
Author:
chronos
Message:
Modified: Use object oriented approach for page drawing using Application class.
Added: SQL updated will be automatic using
UpdateTrace
.php file.
Added: Use generic setup page at URL /setup for SQL structure update.
Modified: Update Common package to newer version.
File:
1 edited
trunk/Packages/Common/Error.php
(modified)
(
2 diffs
)
Legend:
Unmodified
Added
Removed
Tabular
Unified
trunk/Packages/Common/Error.php
¶
r61
r69
74
74
die();
75
75
}
76
76
77
77
function ShowDefaultError($Message)
78
78
{
…
…
112
112
113
113
foreach($this->OnError as $OnError)
114
$OnError[0]->$OnError[1](
$Error);
114
call_user_func($OnError,
$Error);
115
115
}
116
116
}
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive