Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
justinfreeman (Agileware)
Core
Commits
3023e152
Commit
3023e152
authored
11 years ago
by
Tim Otten
Browse files
Options
Downloads
Plain Diff
Merge pull request #743 from kurund/CRM-12601
fixed regression in CRM_Core_DAO_AllCoreTables
parents
7e887ebf
7ed1fb84
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xml/templates/listAll.tpl
+2
-6
2 additions, 6 deletions
xml/templates/listAll.tpl
with
2 additions
and
6 deletions
xml/templates/listAll.tpl
+
2
−
6
View file @
3023e152
...
...
@@ -38,7 +38,7 @@ class CRM_Core_DAO_AllCoreTables {ldelim}
static
$
tables =
array(
{
foreach
from
=
$tables
key
=
tableName
item
=
table
}
'
{
$tableName
}
',
'
{
$tableName
}
'
=
>
'
{
$table.className
}
'
,
{/
foreach
}
{* tables *}
);
...
...
@@ -62,11 +62,7 @@ class CRM_Core_DAO_AllCoreTables {ldelim}
{
rdelim
}
static public function getClassForTable($tableName)
{
ldelim
}
// The $tables structure was changed, and this function was removed, but
// I'm not sure why, and it's killing the test-suite. So put in a
// placeholder.
// return CRM_Utils_Array::value($tableName, self::$tables);
throw new Exception("Not implemented: getClassForTable()");
return CRM_Utils_Array::value($tableName, self::$tables);
{
rdelim
}
static public function getFullName($daoName)
{
ldelim
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment