Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
121
for
trunk/matml/webselector/php/functions.php.inc
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
10/26/2004 05:24:02 PM (
8 years
ago)
Author:
kstemen
Message:
Added categorization.
Files:
1 modified
trunk/matml/webselector/php/functions.php.inc
(modified)
(
3 diffs
)
Legend:
Unmodified
Added
Removed
trunk/matml/webselector/php/functions.php.inc
r48
r121
1
1
<?
2
if(version_compare(phpversion(),"5.0.0","<"))
3
{
2
4
function array_combine($array_keys, $array_values) {
3
5
$t = array();
…
…
9
11
}
10
12
return $t;
13
}
11
14
}
12
15
…
…
36
39
37
40
38
39
41
?>
Download in other formats:
Unified Diff
Zip Archive